public static class LeftInputAdapterNode.RightTupleSinkAdapter extends Object implements ObjectSink
| Constructor and Description |
|---|
LeftInputAdapterNode.RightTupleSinkAdapter(LeftInputAdapterNode liaNode) |
LeftInputAdapterNode.RightTupleSinkAdapter(LeftTupleSink sink,
boolean leftTupleMemoryEnabled) |
| Modifier and Type | Method and Description |
|---|---|
void |
assertObject(InternalFactHandle factHandle,
PropagationContext context,
InternalWorkingMemory workingMemory) |
void |
byPassModifyToBetaNode(InternalFactHandle factHandle,
ModifyPreviousTuples modifyPreviousTuples,
PropagationContext context,
InternalWorkingMemory workingMemory) |
Map<org.kie.api.definition.rule.Rule,RuleComponent> |
getAssociations() |
int |
getId()
Returns the unique id that represents the node in the Rete network
|
RuleBasePartitionId |
getPartitionId()
Returns the partition ID to which this node belongs to
|
short |
getType() |
void |
modifyObject(InternalFactHandle factHandle,
ModifyPreviousTuples modifyPreviousTuples,
PropagationContext context,
InternalWorkingMemory workingMemory) |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public LeftInputAdapterNode.RightTupleSinkAdapter(LeftInputAdapterNode liaNode)
public LeftInputAdapterNode.RightTupleSinkAdapter(LeftTupleSink sink, boolean leftTupleMemoryEnabled)
public void assertObject(InternalFactHandle factHandle, PropagationContext context, InternalWorkingMemory workingMemory)
assertObject in interface ObjectSinkpublic void modifyObject(InternalFactHandle factHandle, ModifyPreviousTuples modifyPreviousTuples, PropagationContext context, InternalWorkingMemory workingMemory)
modifyObject in interface ObjectSinkpublic int getId()
NetworkNodegetId in interface NetworkNodepublic RuleBasePartitionId getPartitionId()
NetworkNodegetPartitionId in interface NetworkNodepublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void byPassModifyToBetaNode(InternalFactHandle factHandle, ModifyPreviousTuples modifyPreviousTuples, PropagationContext context, InternalWorkingMemory workingMemory)
byPassModifyToBetaNode in interface ObjectSinkpublic short getType()
getType in interface NetworkNodepublic Map<org.kie.api.definition.rule.Rule,RuleComponent> getAssociations()
getAssociations in interface NetworkNodeCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.