public class ReteEntryPointNode
extends org.drools.core.reteoo.EntryPointNode
| Modifier and Type | Class and Description |
|---|---|
static class |
ReteEntryPointNode.ReteModifyPreviousTuples |
static class |
ReteEntryPointNode.ReteUpdate |
| Constructor and Description |
|---|
ReteEntryPointNode() |
ReteEntryPointNode(int id,
org.drools.core.reteoo.ObjectSource objectSource,
org.drools.core.reteoo.builder.BuildContext context) |
ReteEntryPointNode(int id,
org.drools.core.common.RuleBasePartitionId partitionId,
boolean partitionsEnabled,
org.drools.core.reteoo.ObjectSource objectSource,
org.drools.core.rule.EntryPointId entryPoint) |
| Modifier and Type | Method and Description |
|---|---|
void |
assertQuery(org.drools.core.common.InternalFactHandle factHandle,
org.drools.core.spi.PropagationContext context,
org.drools.core.common.InternalWorkingMemory workingMemory) |
void |
modifyObject(org.drools.core.common.InternalFactHandle handle,
org.drools.core.spi.PropagationContext pctx,
org.drools.core.reteoo.ObjectTypeConf objectTypeConf,
org.drools.core.common.InternalWorkingMemory workingMemory) |
void |
modifyQuery(org.drools.core.common.InternalFactHandle factHandle,
org.drools.core.spi.PropagationContext context,
org.drools.core.common.InternalWorkingMemory workingMemory) |
void |
retractQuery(org.drools.core.common.InternalFactHandle factHandle,
org.drools.core.spi.PropagationContext context,
org.drools.core.common.InternalWorkingMemory workingMemory) |
addObjectSink, assertActivation, assertObject, assertObject, attach, attach, byPassModifyToBetaNode, calculateDeclaredMask, doRemove, equals, getEntryPoint, getObjectTypeNodes, getQueryNode, getType, internalEquals, modifyActivation, modifyObject, propagateModify, propagateModify, propagateRetract, readExternal, removeObjectSink, removeRightTuplesMatchingOTN, retractActivation, retractObject, toString, updateSink, writeExternalgetDeclaredMask, getKnowledgeBase, getObjectSinkPropagator, getObjectTypeNode, getParentObjectSource, initDeclaredMask, isInUse, networkUpdated, resetInferredMask, setObjectSinkPropagator, setPartitionId, setPartitionIdWithSinks, setSourcePartitionId, updateMaskaddAssociation, addAssociation, getAssociatedRuleSize, getAssociationsSize, getAssociationsSize, getId, getPartitionId, hashCode, isAssociatedWith, isStreamMode, remove, removeAssociation, setId, setStreamMode, thisNodeEqualspublic ReteEntryPointNode()
public ReteEntryPointNode(int id,
org.drools.core.reteoo.ObjectSource objectSource,
org.drools.core.reteoo.builder.BuildContext context)
public ReteEntryPointNode(int id,
org.drools.core.common.RuleBasePartitionId partitionId,
boolean partitionsEnabled,
org.drools.core.reteoo.ObjectSource objectSource,
org.drools.core.rule.EntryPointId entryPoint)
public void assertQuery(org.drools.core.common.InternalFactHandle factHandle,
org.drools.core.spi.PropagationContext context,
org.drools.core.common.InternalWorkingMemory workingMemory)
assertQuery in class org.drools.core.reteoo.EntryPointNodepublic void retractQuery(org.drools.core.common.InternalFactHandle factHandle,
org.drools.core.spi.PropagationContext context,
org.drools.core.common.InternalWorkingMemory workingMemory)
retractQuery in class org.drools.core.reteoo.EntryPointNodepublic void modifyQuery(org.drools.core.common.InternalFactHandle factHandle,
org.drools.core.spi.PropagationContext context,
org.drools.core.common.InternalWorkingMemory workingMemory)
modifyQuery in class org.drools.core.reteoo.EntryPointNodepublic void modifyObject(org.drools.core.common.InternalFactHandle handle,
org.drools.core.spi.PropagationContext pctx,
org.drools.core.reteoo.ObjectTypeConf objectTypeConf,
org.drools.core.common.InternalWorkingMemory workingMemory)
modifyObject in class org.drools.core.reteoo.EntryPointNodeCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.