|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Partial matches are propagated through the Rete network as Tuples. Each Tuple
Is able to return the FactHandleImpl members of the partial match for the requested column.
The column refers to the index position of the FactHandleImpl in the underlying implementation.
FactHandle;

| Method Summary | |
boolean |
dependsOn(FactHandle handle)
|
InternalFactHandle |
get(Declaration declaration)
Returns the FactHandle for the given Declaration, which in turn
specifcy the Column that they depend on. |
InternalFactHandle |
get(int column)
Returns the FactHandle for the given column index. |
InternalFactHandle[] |
getFactHandles()
|
long |
getRecency()
|
void |
setActivation(Activation activation)
|
| Method Detail |
public InternalFactHandle get(int column)
FactHandle for the given column index. If the column is empty
It returns null.
column - The index of the column from which the FactHandleImpl is to be returned
FactHandlepublic InternalFactHandle get(Declaration declaration)
FactHandle for the given Declaration, which in turn
specifcy the Column that they depend on.
declaration - The Declaration which specifies the Column
FactHandlepublic InternalFactHandle[] getFactHandles()
public long getRecency()
public boolean dependsOn(FactHandle handle)
public void setActivation(Activation activation)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||