org.drools.reteoo
Interface ObjectSinkPropagator
- All Superinterfaces:
- Externalizable, Serializable
- All Known Implementing Classes:
- AbstractObjectSinkAdapter, AsyncCompositeObjectSinkAdapter, AsyncSingleObjectSinkAdapter, CompositeObjectSinkAdapter, EmptyObjectSinkAdapter, SingleObjectSinkAdapter
public interface ObjectSinkPropagator
- extends Externalizable
getPartitionId
RuleBasePartitionId getPartitionId()
propagateAssertObject
void propagateAssertObject(InternalFactHandle factHandle,
PropagationContext context,
InternalWorkingMemory workingMemory)
getMatchingNode
BaseNode getMatchingNode(BaseNode candidate)
getSinks
ObjectSink[] getSinks()
size
int size()
propagateModifyObject
void propagateModifyObject(InternalFactHandle factHandle,
ModifyPreviousTuples modifyPreviousTuples,
PropagationContext context,
InternalWorkingMemory workingMemory)
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.