Uses of Class
org.drools.rule.EntryPoint

Packages that use EntryPoint
org.drools.common   
org.drools.impl   
org.drools.marshalling.impl   
org.drools.reteoo   
org.drools.reteoo.builder   
org.drools.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. 
org.drools.spi   
 

Uses of EntryPoint in org.drools.common
 

Fields in org.drools.common declared as EntryPoint
protected  EntryPoint NamedEntryPoint.entryPoint
           
 

Methods in org.drools.common that return EntryPoint
 EntryPoint InternalWorkingMemory.getEntryPoint()
           
 EntryPoint InternalWorkingMemoryEntryPoint.getEntryPoint()
           
 EntryPoint NamedEntryPoint.getEntryPoint()
           
 EntryPoint PropagationContextImpl.getEntryPoint()
           
 

Methods in org.drools.common with parameters of type EntryPoint
 ObjectTypeConf ObjectTypeConfigurationRegistry.getObjectTypeConf(EntryPoint entrypoint, Object object)
          Returns the ObjectTypeConfiguration object for the given object or creates a new one if none is found in the cache
 void PropagationContextImpl.setEntryPoint(EntryPoint entryPoint)
           
 

Constructors in org.drools.common with parameters of type EntryPoint
NamedEntryPoint(EntryPoint entryPoint, EntryPointNode entryPointNode, AbstractWorkingMemory wm)
           
NamedEntryPoint(EntryPoint entryPoint, EntryPointNode entryPointNode, AbstractWorkingMemory wm, ReentrantLock lock)
           
PropagationContextImpl(long number, int type, Rule rule, LeftTuple leftTuple, InternalFactHandle factHandle, int activeActivations, int dormantActivations, EntryPoint entryPoint)
           
 

Uses of EntryPoint in org.drools.impl
 

Methods in org.drools.impl that return EntryPoint
 EntryPoint StatefulKnowledgeSessionImpl.getEntryPoint()
           
 

Uses of EntryPoint in org.drools.marshalling.impl
 

Fields in org.drools.marshalling.impl with type parameters of type EntryPoint
 Map<String,EntryPoint> MarshallerReaderContext.entryPoints
           
 

Uses of EntryPoint in org.drools.reteoo
 

Methods in org.drools.reteoo that return EntryPoint
 EntryPoint ReteooWorkingMemory.getEntryPoint()
           
 EntryPoint EntryPointNode.getEntryPoint()
           
 EntryPoint ObjectTypeNode.getEntryPoint()
           
 

Methods in org.drools.reteoo that return types with arguments of type EntryPoint
 Map<EntryPoint,EntryPointNode> Rete.getEntryPointNodes()
           
 

Methods in org.drools.reteoo with parameters of type EntryPoint
 EntryPointNode Rete.getEntryPointNode(EntryPoint entryPoint)
           
 Map<ObjectType,ObjectTypeNode> Rete.getObjectTypeNodes(EntryPoint entryPoint)
           
 

Constructors in org.drools.reteoo with parameters of type EntryPoint
ClassObjectTypeConf(EntryPoint entryPoint, Class<?> clazz, InternalRuleBase ruleBase)
           
EntryPointNode(int id, RuleBasePartitionId partitionId, boolean partitionsEnabled, ObjectSource objectSource, EntryPoint entryPoint)
           
FactTemplateTypeConf(EntryPoint entryPoint, FactTemplate factTemplate, InternalRuleBase ruleBase)
           
 

Uses of EntryPoint in org.drools.reteoo.builder
 

Methods in org.drools.reteoo.builder that return EntryPoint
 EntryPoint BuildContext.getCurrentEntryPoint()
           
 

Methods in org.drools.reteoo.builder with parameters of type EntryPoint
 void BuildContext.setCurrentEntryPoint(EntryPoint currentEntryPoint)
           
 

Uses of EntryPoint in org.drools.rule
 

Fields in org.drools.rule declared as EntryPoint
static EntryPoint EntryPoint.DEFAULT
           
 

Uses of EntryPoint in org.drools.spi
 

Methods in org.drools.spi that return EntryPoint
 EntryPoint PropagationContext.getEntryPoint()
           
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.