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.marshalling 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. -
-
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 EntryPointIdDefaultFactHandle. entryPointIdMethods in org.drools.core.common that return EntryPointId Modifier and Type Method Description default EntryPointIdReteEvaluator. getDefaultEntryPointId()EntryPointIdPhreakPropagationContext. getEntryPoint()EntryPointIdPropagationContext. 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 InternalWorkingMemoryEntryPointEntryPointFactory. createEntryPoint(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, java.lang.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, java.lang.Class<?> modifiedClass, MarshallerReaderContext readerContext)ObjectTypeConfObjectTypeConfigurationRegistry. getOrCreateObjectTypeConf(EntryPointId entrypoint, java.lang.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)voidPropagationContext. setEntryPoint(EntryPointId entryPoint)Constructors in org.drools.core.common with parameters of type EntryPointId Constructor Description DefaultFactHandle(long id, int identityHashCode, java.lang.Object object, long recency, EntryPointId entryPointId)EventFactHandle(long id, int identityHashCode, java.lang.Object object, long recency, long timestamp, long duration, EntryPointId entryPointId)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, java.lang.Class<?> modifiedClass, MarshallerReaderContext readerContext) -
Uses of EntryPointId in org.drools.core.marshalling
Methods in org.drools.core.marshalling with parameters of type EntryPointId Modifier and Type Method Description InternalFactHandleMarshallerReaderContext. createAccumulateHandle(EntryPointId entryPointId, ReteEvaluator reteEvaluator, LeftTuple leftTuple, java.lang.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 java.util.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)java.util.Map<ObjectType,ObjectTypeNode>Rete. getObjectTypeNodes(EntryPointId entryPoint)Constructors in org.drools.core.reteoo with parameters of type EntryPointId Constructor Description ClassObjectTypeConf(EntryPointId entryPoint, java.lang.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.
-