public class AutoCommand extends AbstractCommand<AutoCommand.Parameters>
Modifier and Type | Class and Description |
---|---|
static class |
AutoCommand.Parameters |
documentation, log, proof, service, state, uiControl
Constructor and Description |
---|
AutoCommand() |
Modifier and Type | Method and Description |
---|---|
AutoCommand.Parameters |
evaluateArguments(EngineState state,
java.util.Map<java.lang.String,java.lang.String> arguments) |
void |
execute(AbstractUserInterfaceControl uiControl,
AutoCommand.Parameters arguments,
EngineState state) |
java.lang.String |
getName()
Returns the name of this proof command.
|
execute, getArguments, getDocumentation
public java.lang.String getName()
ProofScriptCommand
ProofScriptEngine
public AutoCommand.Parameters evaluateArguments(EngineState state, java.util.Map<java.lang.String,java.lang.String> arguments)
evaluateArguments
in interface ProofScriptCommand<AutoCommand.Parameters>
evaluateArguments
in class AbstractCommand<AutoCommand.Parameters>
public void execute(AbstractUserInterfaceControl uiControl, AutoCommand.Parameters arguments, EngineState state) throws ScriptException, java.lang.InterruptedException
execute
in interface ProofScriptCommand<AutoCommand.Parameters>
execute
in class AbstractCommand<AutoCommand.Parameters>
uiControl
- the current ui controllerarguments
- the script argumentsstate
- the current stateScriptException
- if something bad happensjava.lang.InterruptedException
- if something bad happensCopyright © 2003-2019 The KeY-Project.