|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRaptor.RAPRuleController
public class RAPRuleController
Implements the correct RAPRule when a first line and a rule have been selected.
Constructor Summary | |
---|---|
RAPRuleController(java.lang.String pRule,
ProgramLine pProg,
ProofBox pProof)
Constructs a RAPRuleController. |
Method Summary | |
---|---|
void |
apply()
Called by RuleController to apply the RAPRule. |
boolean |
haveAll()
Returns true if the rule has all of the required input lines. |
void |
initialise()
Called by RuleController to add the ProgramLine to the rule. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RAPRuleController(java.lang.String pRule, ProgramLine pProg, ProofBox pProof) throws java.lang.Exception
pRule
- String representing the selected RulepProg
- the ProgramLine which has been selectedpProof
- the ProofBox which contains the selected line
java.lang.Exception
Method Detail |
---|
public void initialise() throws java.lang.Exception
java.lang.Exception
public void apply() throws java.lang.Exception
java.lang.Exception
public boolean haveAll()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |