public class SchemaVarCommand extends AbstractCommand<SchemaVarCommand.Parameters>
| Modifier and Type | Class and Description |
|---|---|
static class |
SchemaVarCommand.Parameters |
documentation, log, proof, service, state, uiControl| Constructor and Description |
|---|
SchemaVarCommand() |
| Modifier and Type | Method and Description |
|---|---|
SchemaVarCommand.Parameters |
evaluateArguments(EngineState state,
java.util.Map<java.lang.String,java.lang.String> arguments) |
void |
execute(SchemaVarCommand.Parameters args) |
java.lang.String |
getName()
Returns the name of this proof command.
|
execute, getArguments, getDocumentationpublic SchemaVarCommand.Parameters evaluateArguments(EngineState state, java.util.Map<java.lang.String,java.lang.String> arguments) throws java.lang.Exception
evaluateArguments in interface ProofScriptCommand<SchemaVarCommand.Parameters>evaluateArguments in class AbstractCommand<SchemaVarCommand.Parameters>java.lang.Exceptionpublic void execute(SchemaVarCommand.Parameters args) throws ScriptException, java.lang.InterruptedException
execute in class AbstractCommand<SchemaVarCommand.Parameters>ScriptExceptionjava.lang.InterruptedExceptionpublic java.lang.String getName()
ProofScriptCommandProofScriptEngine