|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectipipan.spejd.actions.Action
public abstract class Action
An action to evaluate after finding a match.
Constructor Summary | |
---|---|
Action()
|
Method Summary | |
---|---|
abstract boolean |
apply(Match match)
Apply the action to the match. |
abstract int[] |
required()
Entity specifications required by this action. |
void |
setRule(AbstractRule rule)
Set a pointer to rule containing this action. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Action()
Method Detail |
---|
public abstract int[] required()
public abstract boolean apply(Match match)
public void setRule(AbstractRule rule)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |