Package | Description |
---|---|
org.drools.core.impl | |
org.drools.core.management | |
org.drools.core.phreak | |
org.drools.core.reteoo | |
org.drools.core.reteoo.builder | |
org.drools.core.reteoo.compiled |
Modifier and Type | Method and Description |
---|---|
ObjectTypeNode |
StatefulKnowledgeSessionImpl.WorkingMemoryReteExpireAction.getNode() |
Modifier and Type | Method and Description |
---|---|
void |
StatefulKnowledgeSessionImpl.WorkingMemoryReteExpireAction.setNode(ObjectTypeNode node) |
Constructor and Description |
---|
StatefulKnowledgeSessionImpl.WorkingMemoryReteExpireAction(EventFactHandle factHandle,
ObjectTypeNode node) |
Constructor and Description |
---|
ObjectTypeNodeMonitor(ObjectTypeNode node) |
Modifier and Type | Method and Description |
---|---|
static ObjectTypeNode |
SegmentUtilities.getQueryOtn(LeftTupleSource lts) |
Modifier and Type | Method and Description |
---|---|
static LeftInputAdapterNode |
SegmentUtilities.getQueryLiaNode(String queryName,
ObjectTypeNode queryOtn) |
Modifier and Type | Class and Description |
---|---|
class |
ReteObjectTypeNode |
class |
TraitObjectTypeNode |
class |
TraitProxyObjectTypeNode |
Modifier and Type | Field and Description |
---|---|
protected ObjectTypeNode |
EntryPointNode.queryNode |
Modifier and Type | Field and Description |
---|---|
protected Map<ObjectType,ObjectTypeNode> |
EntryPointNode.objectTypeNodes
The object type nodes under this node
|
Modifier and Type | Method and Description |
---|---|
Map<ObjectType,ObjectTypeNode> |
EntryPointNode.getObjectTypeNodes() |
List<ObjectTypeNode> |
Rete.getObjectTypeNodes() |
Map<ObjectType,ObjectTypeNode> |
Rete.getObjectTypeNodes(EntryPointId entryPoint) |
Modifier and Type | Method and Description |
---|---|
static Class<?> |
PropertySpecificUtil.getNodeClass(ObjectTypeNode objectTypeNode) |
static List<String> |
PropertySpecificUtil.getSettableProperties(InternalKnowledgeBase kBase,
ObjectTypeNode objectTypeNode) |
static List<String> |
PropertySpecificUtil.getSettableProperties(InternalWorkingMemory workingMemory,
ObjectTypeNode objectTypeNode) |
protected static void |
ObjectTypeNode.updateTupleSinkId(ObjectTypeNode otn,
ObjectSource source) |
void |
MemoryVisitor.visitObjectTypeNode(ObjectTypeNode node) |
Modifier and Type | Method and Description |
---|---|
ObjectTypeNode |
PhreakNodeFactory.buildObjectTypeNode(int id,
EntryPointNode objectSource,
ObjectType objectType,
BuildContext context) |
ObjectTypeNode |
NodeFactory.buildObjectTypeNode(int id,
EntryPointNode objectSource,
ObjectType objectType,
BuildContext context) |
ObjectTypeNode |
BuildContext.getRootObjectTypeNode() |
Modifier and Type | Method and Description |
---|---|
void |
BuildContext.setRootObjectTypeNode(ObjectTypeNode source) |
Modifier and Type | Method and Description |
---|---|
void |
AssertHandler.endObjectTypeNode(ObjectTypeNode objectTypeNode) |
void |
NetworkHandlerAdaptor.endObjectTypeNode(ObjectTypeNode objectTypeNode) |
void |
SetNodeReferenceHandler.endObjectTypeNode(ObjectTypeNode objectTypeNode) |
void |
NetworkHandler.endObjectTypeNode(ObjectTypeNode objectTypeNode) |
void |
CompiledNetwork.setObjectTypeNode(ObjectTypeNode objectTypeNode)
Sets the OTN for this network.
|
void |
AssertHandler.startObjectTypeNode(ObjectTypeNode objectTypeNode) |
void |
NetworkHandlerAdaptor.startObjectTypeNode(ObjectTypeNode objectTypeNode) |
void |
SetNodeReferenceHandler.startObjectTypeNode(ObjectTypeNode objectTypeNode) |
void |
NetworkHandler.startObjectTypeNode(ObjectTypeNode objectTypeNode)
Receive notification of the beginning of an
org.kie.reteoo.ObjectTypeNode
The Network parser will invoke this method only once, before any other event callback. |
Constructor and Description |
---|
ObjectTypeNodeParser(ObjectTypeNode objectTypeNode)
Creates a new parser for the specified ObjectTypeNode
|
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.