public class SetEchoCommand extends AbstractCommand<SetEchoCommand.Parameters>
| Modifier and Type | Class and Description |
|---|---|
static class |
SetEchoCommand.Parameters |
documentation, log, proof, service, state, uiControl| Constructor and Description |
|---|
SetEchoCommand() |
| Modifier and Type | Method and Description |
|---|---|
SetEchoCommand.Parameters |
evaluateArguments(EngineState state,
java.util.Map<java.lang.String,java.lang.String> arguments) |
void |
execute(AbstractUserInterfaceControl uiControl,
SetEchoCommand.Parameters args,
EngineState state) |
java.lang.String |
getName()
Returns the name of this proof command.
|
execute, getArguments, getDocumentationpublic java.lang.String getName()
ProofScriptCommandProofScriptEnginepublic SetEchoCommand.Parameters evaluateArguments(EngineState state, java.util.Map<java.lang.String,java.lang.String> arguments) throws java.lang.Exception
evaluateArguments in interface ProofScriptCommand<SetEchoCommand.Parameters>evaluateArguments in class AbstractCommand<SetEchoCommand.Parameters>java.lang.Exceptionpublic void execute(AbstractUserInterfaceControl uiControl, SetEchoCommand.Parameters args, EngineState state) throws ScriptException, java.lang.InterruptedException
execute in interface ProofScriptCommand<SetEchoCommand.Parameters>execute in class AbstractCommand<SetEchoCommand.Parameters>uiControl - the current ui controllerargs - the script argumentsstate - the current stateScriptException - if something bad happensjava.lang.InterruptedException - if something bad happens