|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRaptor.RAPRules.RAPRule
public abstract class RAPRule
Abstract RAPRule class.
Extended by each of the R.A.P. rule classes.
Field Summary | |
---|---|
protected ProofBox |
proof
|
protected ProofWindow |
window
|
Constructor Summary | |
---|---|
RAPRule(ProofBox pProof)
|
Method Summary | |
---|---|
void |
addInputLine(ProgramLine pLine)
Adds the selected input line to the rule. |
abstract void |
apply()
Called by the controller to apply the selected rule. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ProofBox proof
protected ProofWindow window
Constructor Detail |
---|
public RAPRule(ProofBox pProof)
Method Detail |
---|
public void addInputLine(ProgramLine pLine) throws java.lang.Exception
pLine
- the ProgramLine which is the first line selected
java.lang.Exception
public abstract void apply() throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |