|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jess.Activation
An activation of a rule. Contains enough info to bind a rule's variables.
Method Summary | |
boolean |
equals(java.lang.Object o)
Compare this object to another object. |
Defrule |
getRule()
Return the activated rule. |
Token |
getToken()
Get the Rete network Token that caused this Activation. |
boolean |
isInactive()
Returns true if this activation is live, or false if it's been cancelled. |
java.lang.String |
toString()
Produce a string representation of this Activation for use in debugging. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public final Token getToken()
public final Defrule getRule()
public boolean isInactive()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- The object to compare to.public java.lang.String toString()
toString
in class java.lang.Object
|
© 1997 E.J. Friedman-Hill and Sandia Corporation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |