Uses of Class
org.drools.core.rule.EntryPointId
-
Packages that use EntryPointId 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.marshalling.impl org.drools.core.reteoo org.drools.core.reteoo.builder org.drools.core.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.org.drools.core.spi -
-
Uses of EntryPointId in org.drools.core
Methods in org.drools.core that return EntryPointId Modifier and Type Method Description EntryPointIdWorkingMemoryEntryPoint. getEntryPoint() -
Uses of EntryPointId in org.drools.core.common
Fields in org.drools.core.common declared as EntryPointId Modifier and Type Field Description protected EntryPointIdNamedEntryPoint. entryPointprotected EntryPointIdDefaultFactHandle. entryPointIdMethods in org.drools.core.common that return EntryPointId Modifier and Type Method Description default EntryPointIdReteEvaluator. getDefaultEntryPointId()EntryPointIdDisconnectedWorkingMemoryEntryPoint. getEntryPoint()EntryPointIdNamedEntryPoint. getEntryPoint()EntryPointIdPhreakPropagationContext. getEntryPoint()EntryPointIdDefaultFactHandle. getEntryPointId()EntryPointIdDisconnectedFactHandle. getEntryPointId()EntryPointIdInternalFactHandle.DummyFactHandle. getEntryPointId()EntryPointIdInternalFactHandle. getEntryPointId()EntryPointIdQueryElementFactHandle. getEntryPointId()Methods in org.drools.core.common with parameters of type EntryPointId Modifier and Type Method Description NamedEntryPointDefaultNamedEntryPointFactory. createNamedEntryPoint(EntryPointNode addedNode, EntryPointId id, ReteEvaluator reteEvaluator)NamedEntryPointNamedEntryPointFactory. createNamedEntryPoint(EntryPointNode addedNode, EntryPointId id, ReteEvaluator reteEvaluator)PropagationContextPhreakPropagationContextFactory. createPropagationContext(long number, PropagationContext.Type type, RuleImpl rule, TerminalNode terminalNode, InternalFactHandle factHandle, EntryPointId entryPoint)PropagationContextPhreakPropagationContextFactory. createPropagationContext(long number, PropagationContext.Type type, RuleImpl rule, TerminalNode terminalNode, InternalFactHandle factHandle, EntryPointId entryPoint, MarshallerReaderContext readerContext)PropagationContextPhreakPropagationContextFactory. createPropagationContext(long number, PropagationContext.Type type, RuleImpl rule, TerminalNode terminalNode, InternalFactHandle factHandle, EntryPointId entryPoint, BitMask modificationMask, Class<?> modifiedClass, MarshallerReaderContext readerContext)PropagationContextPropagationContextFactory. createPropagationContext(long number, PropagationContext.Type type, RuleImpl rule, TerminalNode terminalNode, InternalFactHandle factHandle, EntryPointId entryPoint)PropagationContextPropagationContextFactory. createPropagationContext(long number, PropagationContext.Type type, RuleImpl rule, TerminalNode terminalNode, InternalFactHandle factHandle, EntryPointId entryPoint, MarshallerReaderContext readerContext)PropagationContextPropagationContextFactory. createPropagationContext(long number, PropagationContext.Type type, RuleImpl rule, TerminalNode terminalNode, InternalFactHandle factHandle, EntryPointId entryPoint, BitMask modificationMask, Class<?> modifiedClass, MarshallerReaderContext readerContext)ObjectTypeConfObjectTypeConfigurationRegistry. getOrCreateObjectTypeConf(EntryPointId entrypoint, Object object)Returns the ObjectTypeConfiguration object for the given object or creates a new one if none is found in the cachevoidPhreakPropagationContext. setEntryPoint(EntryPointId entryPoint)Constructors in org.drools.core.common with parameters of type EntryPointId Constructor Description DefaultFactHandle(long id, int identityHashCode, Object object, long recency, EntryPointId entryPointId, boolean isTraitOrTraitable)DefaultFactHandle(long id, int identityHashCode, Object object, long recency, EntryPointId entryPointId, TraitTypeEnum traitType)EventFactHandle(long id, int identityHashCode, Object object, long recency, long timestamp, long duration, EntryPointId entryPointId, TraitTypeEnum traitType)NamedEntryPoint(EntryPointId entryPoint, EntryPointNode entryPointNode, ReteEvaluator reteEvaluator)PhreakPropagationContext(long number, PropagationContext.Type type, RuleImpl rule, TerminalNode terminalNode, InternalFactHandle factHandle, EntryPointId entryPoint)PhreakPropagationContext(long number, PropagationContext.Type type, RuleImpl rule, TerminalNode terminalNode, InternalFactHandle factHandle, EntryPointId entryPoint, MarshallerReaderContext readerContext)PhreakPropagationContext(long number, PropagationContext.Type type, RuleImpl rule, TerminalNode terminalNode, InternalFactHandle factHandle, EntryPointId entryPoint, BitMask modificationMask, Class<?> modifiedClass, MarshallerReaderContext readerContext) -
Uses of EntryPointId in org.drools.core.impl
Methods in org.drools.core.impl with parameters of type EntryPointId Modifier and Type Method Description NamedEntryPointEntryPointsManager. createNamedEntryPoint(EntryPointNode addedNode, EntryPointId id) -
Uses of EntryPointId in org.drools.core.marshalling.impl
Methods in org.drools.core.marshalling.impl with parameters of type EntryPointId Modifier and Type Method Description InternalFactHandleMarshallerReaderContext. createAccumulateHandle(EntryPointId entryPointId, ReteEvaluator reteEvaluator, LeftTuple leftTuple, Object result, int nodeId) -
Uses of EntryPointId in org.drools.core.reteoo
Methods in org.drools.core.reteoo that return EntryPointId Modifier and Type Method Description EntryPointIdClassObjectTypeConf. getEntryPoint()EntryPointIdEntryPointNode. getEntryPoint()EntryPointIdFactTemplateTypeConf. getEntryPoint()EntryPointIdObjectTypeConf. getEntryPoint()EntryPointIdObjectTypeNode. getEntryPoint()EntryPointIdWindowNode. getEntryPoint()Methods in org.drools.core.reteoo that return types with arguments of type EntryPointId Modifier and Type Method Description Map<EntryPointId,EntryPointNode>Rete. getEntryPointNodes()Methods in org.drools.core.reteoo with parameters of type EntryPointId Modifier and Type Method Description EntryPointNodeRete. getEntryPointNode(EntryPointId entryPoint)Map<ObjectType,ObjectTypeNode>Rete. getObjectTypeNodes(EntryPointId entryPoint)Constructors in org.drools.core.reteoo with parameters of type EntryPointId Constructor Description ClassObjectTypeConf(EntryPointId entryPoint, Class<?> clazz, RuleBase ruleBase)EntryPointNode(int id, RuleBasePartitionId partitionId, boolean partitionsEnabled, ObjectSource objectSource, EntryPointId entryPoint)FactTemplateTypeConf(EntryPointId entryPoint, FactTemplate factTemplate, RuleBase ruleBase) -
Uses of EntryPointId in org.drools.core.reteoo.builder
Methods in org.drools.core.reteoo.builder that return EntryPointId Modifier and Type Method Description EntryPointIdBuildContext. getCurrentEntryPoint()Methods in org.drools.core.reteoo.builder with parameters of type EntryPointId Modifier and Type Method Description EntryPointNodeNodeFactory. buildEntryPointNode(int id, RuleBasePartitionId partitionId, boolean partitionsEnabled, ObjectSource objectSource, EntryPointId entryPoint)EntryPointNodePhreakNodeFactory. buildEntryPointNode(int id, RuleBasePartitionId partitionId, boolean partitionsEnabled, ObjectSource objectSource, EntryPointId entryPoint)voidBuildContext. setCurrentEntryPoint(EntryPointId currentEntryPoint) -
Uses of EntryPointId in org.drools.core.rule
Fields in org.drools.core.rule declared as EntryPointId Modifier and Type Field Description static EntryPointIdEntryPointId. DEFAULTMethods in org.drools.core.rule that return EntryPointId Modifier and Type Method Description EntryPointIdEntryPointId. clone()There is not reason to clone this object since it is stateless. -
Uses of EntryPointId in org.drools.core.spi
Methods in org.drools.core.spi that return EntryPointId Modifier and Type Method Description EntryPointIdPropagationContext. getEntryPoint()Methods in org.drools.core.spi with parameters of type EntryPointId Modifier and Type Method Description voidPropagationContext. setEntryPoint(EntryPointId entryPoint)
-