Uses of Interface
org.drools.core.reteoo.PathEndNode
Packages that use PathEndNode
-
Uses of PathEndNode in org.drools.core.phreak
Methods in org.drools.core.phreak with parameters of type PathEndNodeModifier and TypeMethodDescriptionstatic longBuildtimeSegmentUtilities.getPathAllLinkedMaskTest(SegmentMemory.SegmentPrototype[] smems, PathEndNode endNode) static PathMemoryRuntimeSegmentUtilities.initializePathMemory(ReteEvaluator reteEvaluator, PathEndNode pathEndNode) static voidRuntimeSegmentUtilities.initializePathMemory(ReteEvaluator reteEvaluator, PathEndNode pathEndNode, PathMemory pmem) static booleanEagerPhreakBuilder.isInsideSubnetwork(PathEndNode endNode, SegmentMemory.SegmentPrototype smproto) static voidBuildtimeSegmentUtilities.updateSegmentEndNodes(PathEndNode endNode) -
Uses of PathEndNode in org.drools.core.reteoo
Subinterfaces of PathEndNode in org.drools.core.reteooModifier and TypeInterfaceDescriptioninterfaceA markup interface for terminal nodesClasses in org.drools.core.reteoo that implement PathEndNodeModifier and TypeClassDescriptionclassclassLeaf Rete-OO node responsible for enactingActions on a matchedRule.classWhen joining a subnetwork into the main network again, RightInputAdapterNode adapts the subnetwork's tuple into a fact in order right join it with the tuple being propagated in the main network.classLeaf Rete-OO node responsible for enactingActions on a matchedRule.Methods in org.drools.core.reteoo that return PathEndNodeModifier and TypeMethodDescriptionPathMemory.getPathEndNode()AbstractTerminalNode.getPathEndNodes()PathEndNode.getPathEndNodes()RightInputAdapterNode.getPathEndNodes()SegmentMemory.SegmentPrototype.getPathEndNodes()Methods in org.drools.core.reteoo with parameters of type PathEndNodeModifier and TypeMethodDescriptionstatic LeftTupleNode[]AbstractTerminalNode.getPathNodes(PathEndNode endNode) static PathMemoryAbstractTerminalNode.initPathMemory(PathEndNode pathEndNode, PathMemory pmem) voidAbstractTerminalNode.setPathEndNodes(PathEndNode[] pathEndNodes) voidPathEndNode.setPathEndNodes(PathEndNode[] pathEndNodes) voidRightInputAdapterNode.setPathEndNodes(PathEndNode[] pathEndNodes) voidSegmentMemory.SegmentPrototype.setPathEndNodes(PathEndNode[] pathEndNodes) Constructors in org.drools.core.reteoo with parameters of type PathEndNodeModifierConstructorDescriptionPathMemory(PathEndNode pathEndNode, ReteEvaluator reteEvaluator) RiaPathMemory(PathEndNode pathEndNode, ReteEvaluator reteEvaluator) -
Uses of PathEndNode in org.drools.core.reteoo.builder
Methods in org.drools.core.reteoo.builder with parameters of type PathEndNode