Uses of Class
org.drools.core.reteoo.EntryPointNode
Packages that use EntryPointNode
Package
Description
This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory
-
Uses of EntryPointNode in org.drools.core
Methods in org.drools.core that return EntryPointNode -
Uses of EntryPointNode in org.drools.core.common
Methods in org.drools.core.common with parameters of type EntryPointNodeModifier and TypeMethodDescriptionEntryPointFactory.createEntryPoint(EntryPointNode addedNode, EntryPointId id, ReteEvaluator reteEvaluator) -
Uses of EntryPointNode in org.drools.core.impl
Methods in org.drools.core.impl that return types with arguments of type EntryPointNodeModifier and TypeMethodDescriptionInternalRuleBase.getAddedEntryNodeCache()KnowledgeBaseImpl.getAddedEntryNodeCache()InternalRuleBase.getRemovedEntryNodeCache()KnowledgeBaseImpl.getRemovedEntryNodeCache()Methods in org.drools.core.impl with parameters of type EntryPointNodeModifier and TypeMethodDescriptionvoidInternalRuleBase.registerAddedEntryNodeCache(EntryPointNode node) voidKnowledgeBaseImpl.registerAddedEntryNodeCache(EntryPointNode node) voidInternalRuleBase.registeRremovedEntryNodeCache(EntryPointNode node) voidKnowledgeBaseImpl.registeRremovedEntryNodeCache(EntryPointNode node) -
Uses of EntryPointNode in org.drools.core.phreak
Methods in org.drools.core.phreak with parameters of type EntryPointNodeModifier and TypeMethodDescriptionstatic voidPropagationEntry.Delete.execute(ReteEvaluator reteEvaluator, EntryPointNode epn, InternalFactHandle handle, PropagationContext context, ObjectTypeConf objectTypeConf) Constructors in org.drools.core.phreak with parameters of type EntryPointNodeModifierConstructorDescriptionDelete(EntryPointNode epn, InternalFactHandle handle, PropagationContext context, ObjectTypeConf objectTypeConf) -
Uses of EntryPointNode in org.drools.core.reteoo
Methods in org.drools.core.reteoo that return EntryPointNodeMethods in org.drools.core.reteoo that return types with arguments of type EntryPointNodeConstructors in org.drools.core.reteoo with parameters of type EntryPointNodeModifierConstructorDescriptionObjectTypeNode(int id, EntryPointNode source, ObjectType objectType, BuildContext context) Construct given a semanticObjectTypeand the provided unique id.ReteObjectTypeNode(int id, EntryPointNode source, ObjectType objectType, BuildContext context) -
Uses of EntryPointNode in org.drools.core.reteoo.builder
Methods in org.drools.core.reteoo.builder that return EntryPointNodeModifier and TypeMethodDescriptionNodeFactory.buildEntryPointNode(int id, RuleBasePartitionId partitionId, ObjectSource objectSource, EntryPointId entryPoint) NodeFactory.buildEntryPointNode(int id, ObjectSource objectSource, BuildContext context) PhreakNodeFactory.buildEntryPointNode(int id, RuleBasePartitionId partitionId, ObjectSource objectSource, EntryPointId entryPoint) PhreakNodeFactory.buildEntryPointNode(int id, ObjectSource objectSource, BuildContext context) Methods in org.drools.core.reteoo.builder with parameters of type EntryPointNodeModifier and TypeMethodDescriptionNodeFactory.buildObjectTypeNode(int id, EntryPointNode objectSource, ObjectType objectType, BuildContext context) PhreakNodeFactory.buildObjectTypeNode(int id, EntryPointNode objectSource, ObjectType objectType, BuildContext context)