org.drools.reteoo
Class AbstractLeftTupleSinkAdapter
java.lang.Object
org.drools.reteoo.AbstractLeftTupleSinkAdapter
- All Implemented Interfaces:
- Externalizable, Serializable, LeftTupleSinkPropagator
- Direct Known Subclasses:
- CompositeLeftTupleSinkAdapter, EmptyLeftTupleSinkAdapter, SingleLeftTupleSinkAdapter
public abstract class AbstractLeftTupleSinkAdapter
- extends Object
- implements LeftTupleSinkPropagator
An abstract super class for the LeftTupleSinkAdapters
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.drools.reteoo.LeftTupleSinkPropagator |
createAndPropagateAssertLeftTuple, createChildLeftTuplesforQuery, doPropagateAssertLeftTuple, getMatchingNode, getSinks, modifyChildLeftTuplesforQuery, propagateAssertLeftTuple, propagateAssertLeftTuple, propagateModifyChildLeftTuple, propagateModifyChildLeftTuple, propagateModifyChildLeftTuple, propagateModifyObject, propagateRetractChildLeftTuple, propagateRetractChildLeftTuple, propagateRetractLeftTuple, propagateRetractLeftTupleDestroyRightTuple, propagateRetractRightTuple, size |
partitionId
protected RuleBasePartitionId partitionId
AbstractLeftTupleSinkAdapter
protected AbstractLeftTupleSinkAdapter(RuleBasePartitionId partitionId)
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
getPartitionId
public RuleBasePartitionId getPartitionId()
- Returns the partition to which this propagator belongs to
- Returns:
- the ID of the partition
setPartitionId
public void setPartitionId(RuleBasePartitionId partitionId)
- Sets the partition to which this propagator belongs to
- Parameters:
partitionId
-
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.