Uses of Class
org.drools.core.reteoo.EntryPointNode
-
Packages that use EntryPointNode Package Description org.drools.core This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactoryorg.drools.core.common org.drools.core.impl org.drools.core.phreak org.drools.core.reteoo org.drools.core.reteoo.builder -
-
Uses of EntryPointNode in org.drools.core
Methods in org.drools.core that return EntryPointNode Modifier and Type Method Description EntryPointNodeWorkingMemoryEntryPoint. getEntryPointNode() -
Uses of EntryPointNode in org.drools.core.common
Methods in org.drools.core.common with parameters of type EntryPointNode Modifier and Type Method Description InternalWorkingMemoryEntryPointEntryPointFactory. 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 EntryPointNode Modifier and Type Method Description java.util.Set<EntryPointNode>KnowledgeBaseImpl. getAddedEntryNodeCache()java.util.Set<EntryPointNode>RuleBase. getAddedEntryNodeCache()java.util.Set<EntryPointNode>KnowledgeBaseImpl. getRemovedEntryNodeCache()java.util.Set<EntryPointNode>RuleBase. getRemovedEntryNodeCache()Methods in org.drools.core.impl with parameters of type EntryPointNode Modifier and Type Method Description voidKnowledgeBaseImpl. registerAddedEntryNodeCache(EntryPointNode node)voidRuleBase. registerAddedEntryNodeCache(EntryPointNode node)voidKnowledgeBaseImpl. registeRremovedEntryNodeCache(EntryPointNode node)voidRuleBase. registeRremovedEntryNodeCache(EntryPointNode node) -
Uses of EntryPointNode in org.drools.core.phreak
Constructors in org.drools.core.phreak with parameters of type EntryPointNode Constructor Description Delete(EntryPointNode epn, InternalFactHandle handle, PropagationContext context, ObjectTypeConf objectTypeConf) -
Uses of EntryPointNode in org.drools.core.reteoo
Methods in org.drools.core.reteoo that return EntryPointNode Modifier and Type Method Description EntryPointNodeRete. getEntryPointNode(EntryPointId entryPoint)Methods in org.drools.core.reteoo that return types with arguments of type EntryPointNode Modifier and Type Method Description java.util.Map<EntryPointId,EntryPointNode>Rete. getEntryPointNodes()Constructors in org.drools.core.reteoo with parameters of type EntryPointNode Constructor Description ObjectTypeNode(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 EntryPointNode Modifier and Type Method Description EntryPointNodeNodeFactory. buildEntryPointNode(int id, RuleBasePartitionId partitionId, boolean partitionsEnabled, ObjectSource objectSource, EntryPointId entryPoint)EntryPointNodeNodeFactory. buildEntryPointNode(int id, ObjectSource objectSource, BuildContext context)EntryPointNodePhreakNodeFactory. buildEntryPointNode(int id, RuleBasePartitionId partitionId, boolean partitionsEnabled, ObjectSource objectSource, EntryPointId entryPoint)EntryPointNodePhreakNodeFactory. buildEntryPointNode(int id, ObjectSource objectSource, BuildContext context)Methods in org.drools.core.reteoo.builder with parameters of type EntryPointNode Modifier and Type Method Description ObjectTypeNodeNodeFactory. buildObjectTypeNode(int id, EntryPointNode objectSource, ObjectType objectType, BuildContext context)ObjectTypeNodePhreakNodeFactory. buildObjectTypeNode(int id, EntryPointNode objectSource, ObjectType objectType, BuildContext context)
-