|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Tuple
Partial matches are propagated through the Rete network as Tuple
s. 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 |
---|
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
FactHandle
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
FactHandle
InternalFactHandle[] getFactHandles()
long getRecency()
boolean dependsOn(FactHandle handle)
void setActivation(Activation activation)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |