Package | Description |
---|---|
org.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 |
Modifier and Type | Field and Description |
---|---|
protected EntryPointId |
NamedEntryPoint.entryPoint |
Modifier and Type | Method and Description |
---|---|
EntryPointId |
InternalWorkingMemoryEntryPoint.getEntryPoint() |
EntryPointId |
AbstractWorkingMemory.getEntryPoint() |
EntryPointId |
NamedEntryPoint.getEntryPoint() |
EntryPointId |
PhreakPropagationContext.getEntryPoint() |
EntryPointId |
InternalWorkingMemory.getEntryPoint() |
Modifier and Type | Method and Description |
---|---|
PropagationContext |
PropagationContextFactory.createPropagationContext(long number,
int type,
Rule rule,
LeftTuple leftTuple,
InternalFactHandle factHandle,
EntryPointId entryPoint) |
PropagationContext |
PhreakPropagationContextFactory.createPropagationContext(long number,
int type,
Rule rule,
LeftTuple leftTuple,
InternalFactHandle factHandle,
EntryPointId entryPoint) |
PropagationContext |
PropagationContextFactory.createPropagationContext(long number,
int type,
Rule rule,
LeftTuple leftTuple,
InternalFactHandle factHandle,
EntryPointId entryPoint,
long modificationMask,
Class<?> modifiedClass,
MarshallerReaderContext readerContext) |
PropagationContext |
PhreakPropagationContextFactory.createPropagationContext(long number,
int type,
Rule rule,
LeftTuple leftTuple,
InternalFactHandle factHandle,
EntryPointId entryPoint,
long modificationMask,
Class<?> modifiedClass,
MarshallerReaderContext readerContext) |
PropagationContext |
PropagationContextFactory.createPropagationContext(long number,
int type,
Rule rule,
LeftTuple leftTuple,
InternalFactHandle factHandle,
EntryPointId entryPoint,
MarshallerReaderContext readerContext) |
PropagationContext |
PhreakPropagationContextFactory.createPropagationContext(long number,
int type,
Rule rule,
LeftTuple leftTuple,
InternalFactHandle factHandle,
EntryPointId entryPoint,
MarshallerReaderContext readerContext) |
PropagationContext |
PropagationContextFactory.createPropagationContext(long number,
int type,
Rule rule,
LeftTuple leftTuple,
InternalFactHandle factHandle,
int activeActivations,
int dormantActivations,
EntryPointId entryPoint,
long modificationMask) |
PropagationContext |
PhreakPropagationContextFactory.createPropagationContext(long number,
int type,
Rule rule,
LeftTuple leftTuple,
InternalFactHandle factHandle,
int activeActivations,
int dormantActivations,
EntryPointId entryPoint,
long modificationMask) |
ObjectTypeConf |
ObjectTypeConfigurationRegistry.getObjectTypeConf(EntryPointId entrypoint,
Object object)
Returns the ObjectTypeConfiguration object for the given object or
creates a new one if none is found in the cache
|
void |
PhreakPropagationContext.setEntryPoint(EntryPointId entryPoint) |
Constructor and Description |
---|
NamedEntryPoint(EntryPointId entryPoint,
EntryPointNode entryPointNode,
AbstractWorkingMemory wm) |
NamedEntryPoint(EntryPointId entryPoint,
EntryPointNode entryPointNode,
AbstractWorkingMemory wm,
ReentrantLock lock) |
PhreakPropagationContext(long number,
int type,
Rule rule,
LeftTuple leftTuple,
InternalFactHandle factHandle,
EntryPointId entryPoint) |
PhreakPropagationContext(long number,
int type,
Rule rule,
LeftTuple leftTuple,
InternalFactHandle factHandle,
EntryPointId entryPoint,
long modificationMask,
Class<?> modifiedClass,
MarshallerReaderContext readerContext) |
PhreakPropagationContext(long number,
int type,
Rule rule,
LeftTuple leftTuple,
InternalFactHandle factHandle,
EntryPointId entryPoint,
MarshallerReaderContext readerContext) |
PhreakPropagationContext(long number,
int type,
Rule rule,
LeftTuple leftTuple,
InternalFactHandle factHandle,
int activeActivations,
int dormantActivations,
EntryPointId entryPoint,
long modificationMask) |
Modifier and Type | Method and Description |
---|---|
EntryPointId |
StatefulKnowledgeSessionImpl.getEntryPoint() |
Modifier and Type | Field and Description |
---|---|
Map<String,EntryPointId> |
MarshallerReaderContext.entryPoints |
Modifier and Type | Method and Description |
---|---|
EntryPointId |
WindowNode.getEntryPoint() |
EntryPointId |
DisposedReteooWorkingMemory.getEntryPoint() |
EntryPointId |
ObjectTypeNode.getEntryPoint() |
EntryPointId |
ClassObjectTypeConf.getEntryPoint() |
EntryPointId |
ObjectTypeConf.getEntryPoint() |
EntryPointId |
EntryPointNode.getEntryPoint() |
EntryPointId |
FactTemplateTypeConf.getEntryPoint() |
Modifier and Type | Method and Description |
---|---|
Map<EntryPointId,EntryPointNode> |
Rete.getEntryPointNodes() |
Modifier and Type | Method and Description |
---|---|
EntryPointNode |
Rete.getEntryPointNode(EntryPointId entryPoint) |
Map<ObjectType,ObjectTypeNode> |
Rete.getObjectTypeNodes(EntryPointId entryPoint) |
Constructor and Description |
---|
ClassObjectTypeConf(EntryPointId entryPoint,
Class<?> clazz,
InternalRuleBase ruleBase) |
EntryPointNode(int id,
RuleBasePartitionId partitionId,
boolean partitionsEnabled,
ObjectSource objectSource,
EntryPointId entryPoint) |
FactTemplateTypeConf(EntryPointId entryPoint,
FactTemplate factTemplate,
InternalRuleBase ruleBase) |
Modifier and Type | Method and Description |
---|---|
EntryPointId |
BuildContext.getCurrentEntryPoint() |
Modifier and Type | Method and Description |
---|---|
EntryPointNode |
PhreakNodeFactory.buildEntryPointNode(int id,
RuleBasePartitionId partitionId,
boolean partitionsEnabled,
ObjectSource objectSource,
EntryPointId entryPoint) |
EntryPointNode |
NodeFactory.buildEntryPointNode(int id,
RuleBasePartitionId partitionId,
boolean partitionsEnabled,
ObjectSource objectSource,
EntryPointId entryPoint) |
void |
BuildContext.setCurrentEntryPoint(EntryPointId currentEntryPoint) |
Modifier and Type | Field and Description |
---|---|
static EntryPointId |
EntryPointId.DEFAULT |
Modifier and Type | Method and Description |
---|---|
EntryPointId |
EntryPointId.clone()
There is not reason to clone this object since it is stateless.
|
Modifier and Type | Method and Description |
---|---|
EntryPointId |
PropagationContext.getEntryPoint() |
Modifier and Type | Method and Description |
---|---|
void |
PropagationContext.setEntryPoint(EntryPointId entryPoint) |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.