Uses of Interface
org.drools.core.reteoo.ObjectSinkNode
Packages that use ObjectSinkNode
-
Uses of ObjectSinkNode in org.drools.core.reteoo
Classes in org.drools.core.reteoo that implement ObjectSinkNodeModifier and TypeClassDescriptionclassAccumulateNode A beta node capable of doing accumulate logic.classAlphaNodesare 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.classclassclassExistsNodeextendsBetaNodeto perform tests for the existence of a Fact plus one or more conditions.classclassAll asserting Facts must propagated into the rightObjectSinkside of a BetaNode, if this is the first Pattern then there are no BetaNodes to propagate to.classclassWindowNodesare nodes in theRetenetwork used to manage windows.Methods in org.drools.core.reteoo that return ObjectSinkNodeModifier and TypeMethodDescriptionAlphaNode.getNextObjectSinkNode()Returns the next nodeBetaNode.getNextObjectSinkNode()Returns the next nodeLeftInputAdapterNode.getNextObjectSinkNode()Returns the next nodeObjectSinkNode.getNextObjectSinkNode()Returns the next nodeWindowNode.getNextObjectSinkNode()Returns the next nodeAlphaNode.getPreviousObjectSinkNode()Returns the previous nodeBetaNode.getPreviousObjectSinkNode()Returns the previous nodeLeftInputAdapterNode.getPreviousObjectSinkNode()Returns the previous nodeObjectSinkNode.getPreviousObjectSinkNode()Returns the previous nodeWindowNode.getPreviousObjectSinkNode()Returns the previous nodeMethods in org.drools.core.reteoo that return types with arguments of type ObjectSinkNodeMethods in org.drools.core.reteoo with parameters of type ObjectSinkNodeModifier and TypeMethodDescriptionvoidAlphaNode.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