|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectPandora.ParseInputController
public class ParseInputController
Passes data between the View and Parser
| Constructor Summary | |
|---|---|
ParseInputController()
Constructs a Controller |
|
| Method Summary | |
|---|---|
boolean |
checkGoal(java.lang.String input,
ProofWindow window)
Parses the goal which has been input and allows further input. |
boolean |
checkInput(java.lang.String input,
ProofWindow window)
Parses the givens which have been input and allows further input. |
View |
getView()
Returns the View associated with this Controller |
boolean |
parseGoal(java.lang.String input,
ProofWindow window)
Parses the goal which has been input and starts proof. |
boolean |
parseInput(java.lang.String input,
ProofWindow window)
Parses the givens which have been input and starts proof. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParseInputController()
| Method Detail |
|---|
public View getView()
public boolean parseInput(java.lang.String input,
ProofWindow window)
input - String representing the givenswindow - the ProofWindow which contains the givens
public boolean checkInput(java.lang.String input,
ProofWindow window)
input - String representing givenswindow - the associated ProofWindow
public boolean parseGoal(java.lang.String input,
ProofWindow window)
input - String representing goalwindow - the associated ProofWindow
public boolean checkGoal(java.lang.String input,
ProofWindow window)
input - String representing goalwindow - the associated ProofWindow
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||