|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Tuple
A mapping of Declaration s to current fact values.
Declaration| Method Summary | |
|---|---|
java.lang.Object |
get(Declaration declaration)
Retrieve the value bound to a particular Declaration. |
FactHandle |
getFactHandleForObject(java.lang.Object object)
Retrieve the FactHandle for a given object. |
long |
getLeastRecentFactTimeStamp()
|
long |
getMostRecentFactTimeStamp()
|
WorkingMemory |
getWorkingMemory()
Returns a reference to the WorkingMemory associated with
this object. |
| Method Detail |
|---|
java.lang.Object get(Declaration declaration)
Declaration.
declaration - The Declaration key.
Object value.FactHandle getFactHandleForObject(java.lang.Object object)
FactHandle for a given object.
Within a consequence of a rule, if the desire is to retract or modify a
root fact this method provides a way to retrieve the
FactHandle. Facts that are not root fact objects
have no handle.
object - The object.
null if the supplied object is
not a root fact object.WorkingMemory getWorkingMemory()
WorkingMemory associated with
this object.
long getMostRecentFactTimeStamp()
long getLeastRecentFactTimeStamp()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||