| java.lang.Object org.drools.common.BaseNode org.drools.reteoo.ObjectSource org.drools.reteoo.RightInputAdapterNode
Constructor Summary | |
public | RightInputAdapterNode(int id, TupleSource source) Constructor specifying the unique id of the node in the Rete network, the position of the propagating FactHandleImpl in
ReteTuple and the source that propagates the receive ReteTuples. |
RightInputAdapterNode | public RightInputAdapterNode(int id, TupleSource source)(Code) | | Constructor specifying the unique id of the node in the Rete network, the position of the propagating FactHandleImpl in
ReteTuple and the source that propagates the receive ReteTuples.
Parameters: id - Unique id Parameters: source - The TupleSource which propagates the received ReteTuple |
assertTuple | public void assertTuple(ReteTuple tuple, PropagationContext context, InternalWorkingMemory workingMemory)(Code) | | Takes the asserted ReteTuple received from the TupleSource and
adapts it into a FactHandleImpl
Parameters: tuple - The asserted ReteTuple . Parameters: context - The PropagationContext of the WorkingMemory action. Parameters: workingMemory - the WorkingMemory session. |
attach | public void attach()(Code) | | |
|
|