|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jeops.engine.RuleAction
This class models an action of a rule to be executed if the rule's preconditions evaluate to true.
Constructor Summary | |
RuleAction(ActionJavaExpr expression)
Class constructor. |
Method Summary | |
void |
dump(int espacos)
Prints this expression's tree with the specified identation. |
ActionJavaExpr |
getExpression()
Returns the execution expression for this action. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public RuleAction(ActionJavaExpr expression)
expression
- the expression that represents this action.Method Detail |
public void dump(int espacos)
public ActionJavaExpr getExpression()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |