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