org.drools.reteoo
Interface ObjectSink
- All Superinterfaces:
- Externalizable, NetworkNode, Serializable, Sink
- All Known Subinterfaces:
- ObjectSinkNode
- All Known Implementing Classes:
- AccumulateNode, AlphaNode, BetaNode, CompiledNetwork, EntryPointNode, ExistsNode, JoinNode, LeftInputAdapterNode, NotNode, ObjectTypeNode, PropagationQueuingNode, Rete
public interface ObjectSink
- extends Sink
Receiver of propagated FactHandleImpl
s from a
ObjectSource
.
- See Also:
ObectSource
assertObject
void assertObject(InternalFactHandle factHandle,
PropagationContext propagationContext,
InternalWorkingMemory workingMemory)
modifyObject
void modifyObject(InternalFactHandle factHandle,
ModifyPreviousTuples modifyPreviousTuples,
PropagationContext context,
InternalWorkingMemory workingMemory)
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.