Uses of Interface
org.drools.core.reteoo.ObjectSinkNode
-
Packages that use ObjectSinkNode Package Description org.drools.core.reteoo -
-
Uses of ObjectSinkNode in org.drools.core.reteoo
Classes in org.drools.core.reteoo that implement ObjectSinkNode Modifier and Type Class Description classAccumulateNodeAccumulateNode A beta node capable of doing accumulate logic.classAlphaNodeAlphaNodesare nodes in theRetenetwork used to applyFieldConstraint<.code>s on asserted fact objects where theFieldConstraints have no dependencies on any other of the facts in the currentRule.classAlphaTerminalNodeclassBetaNodeclassExistsNodeExistsNodeextendsBetaNodeto perform tests for the existence of a Fact plus one or more conditions.classJoinNodeclassLeftInputAdapterNodeAll asserting Facts must propagated into the rightObjectSinkside of a BetaNode, if this is the first Pattern then there are no BetaNodes to propagate to.classNotNodeclassWindowNodeWindowNodesare nodes in theRetenetwork used to manage windows.Methods in org.drools.core.reteoo that return ObjectSinkNode Modifier and Type Method Description ObjectSinkNodeAlphaNode. getNextObjectSinkNode()Returns the next nodeObjectSinkNodeBetaNode. getNextObjectSinkNode()Returns the next nodeObjectSinkNodeLeftInputAdapterNode. getNextObjectSinkNode()Returns the next nodeObjectSinkNodeObjectSinkNode. getNextObjectSinkNode()Returns the next nodeObjectSinkNodeWindowNode. getNextObjectSinkNode()Returns the next nodeObjectSinkNodeAlphaNode. getPreviousObjectSinkNode()Returns the previous nodeObjectSinkNodeBetaNode. getPreviousObjectSinkNode()Returns the previous nodeObjectSinkNodeLeftInputAdapterNode. getPreviousObjectSinkNode()Returns the previous nodeObjectSinkNodeObjectSinkNode. getPreviousObjectSinkNode()Returns the previous nodeObjectSinkNodeWindowNode. getPreviousObjectSinkNode()Returns the previous nodeMethods in org.drools.core.reteoo that return types with arguments of type ObjectSinkNode Modifier and Type Method Description List<ObjectSinkNode>CompositeObjectSinkAdapter. getOthers()Methods in org.drools.core.reteoo with parameters of type ObjectSinkNode Modifier and Type Method Description voidAlphaNode. setNextObjectSinkNode(ObjectSinkNode next)Sets the next nodevoidBetaNode. setNextObjectSinkNode(ObjectSinkNode next)Sets the next nodevoidLeftInputAdapterNode. setNextObjectSinkNode(ObjectSinkNode next)Sets the next nodevoidObjectSinkNode. setNextObjectSinkNode(ObjectSinkNode next)Sets the next nodevoidWindowNode. setNextObjectSinkNode(ObjectSinkNode next)Sets the next nodevoidAlphaNode. setPreviousObjectSinkNode(ObjectSinkNode previous)Sets the previous nodevoidBetaNode. setPreviousObjectSinkNode(ObjectSinkNode previous)Sets the previous nodevoidLeftInputAdapterNode. setPreviousObjectSinkNode(ObjectSinkNode previous)Sets the previous nodevoidObjectSinkNode. setPreviousObjectSinkNode(ObjectSinkNode previous)Sets the previous nodevoidWindowNode. setPreviousObjectSinkNode(ObjectSinkNode previous)Sets the previous node
-