public class SelectCommand extends AbstractCommand
ABBREV_KEY, GOAL_KEY| Constructor and Description |
|---|
SelectCommand() |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
contains(Semisequent semiseq,
Term formula) |
private boolean |
contains(Sequent seq,
Term formula) |
void |
execute(AbstractUserInterfaceControl uiControl,
Proof proof,
Map<String,String> args,
Map<String,Object> stateMap) |
private Goal |
findGoalWith(Term formula,
Proof proof) |
String |
getName() |
getFirstOpenGoal, getGoal, getMaxAutomaticSteps, setMaxAutomaticSteps, toSort, toTermpublic void execute(AbstractUserInterfaceControl uiControl, Proof proof, Map<String,String> args, Map<String,Object> stateMap) throws ScriptException, InterruptedException
ScriptExceptionInterruptedExceptionprivate Goal findGoalWith(Term formula, Proof proof) throws ScriptException
ScriptExceptionprivate boolean contains(Semisequent semiseq, Term formula)
public String getName()