KeYUserProblemFile(String name, File file, ProgressMonitor monitor) creates a new representation of a KeYUserFile with the given name,
a rule source representing the physical source of the input, and
a graphical representation to call back in order to report the progress
while reading.
read(ModStrategy mod) reads the whole .key file and modifies the initial configuration
assigned to this object according to the given modification strategy.
readProblem(ModStrategy mod) reads the the problem section of the .key file and modifies
the initial configuration assigned to this object according to
the given modification strategy.
creates a new representation of a KeYUserFile with the given name,
a rule source representing the physical source of the input, and
a graphical representation to call back in order to report the progress
while reading.
reads the whole .key file and modifies the initial configuration
assigned to this object according to the given modification strategy.
Throws an exception if no initial configuration has been set yet.
reads the the problem section of the .key file and modifies
the initial configuration assigned to this object according to
the given modification strategy. Throws an exception if no
initial configuration has been set yet.