public class ReteEntryPointNode
extends org.drools.core.reteoo.EntryPointNode
| 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 |
doDeleteObject(org.drools.core.spi.PropagationContext pctx,
org.drools.core.common.InternalWorkingMemory wm,
org.drools.core.reteoo.LeftTuple leftTuple) |
void |
doRightDelete(org.drools.core.spi.PropagationContext pctx,
org.drools.core.common.InternalWorkingMemory wm,
org.drools.core.reteoo.RightTuple rightTuple) |
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, modifyObject, propagateModify, propagateRetract, readExternal, removeObjectSink, retractActivation, retractObject, toString, updateSink, writeExternalgetDeclaredMask, getKnowledgeBase, getObjectSinkPropagator, getObjectTypeNode, getParentObjectSource, initDeclaredMask, isInUse, networkUpdated, resetInferredMask, updateMaskaddAssociation, addAssociation, getAssociatedRuleSize, getAssociationsSize, getAssociationsSize, getId, getPartitionId, hashCode, isAssociatedWith, isStreamMode, remove, removeAssociation, setId, setPartitionId, 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 doRightDelete(org.drools.core.spi.PropagationContext pctx,
org.drools.core.common.InternalWorkingMemory wm,
org.drools.core.reteoo.RightTuple rightTuple)
doRightDelete in class org.drools.core.reteoo.EntryPointNodepublic void doDeleteObject(org.drools.core.spi.PropagationContext pctx,
org.drools.core.common.InternalWorkingMemory wm,
org.drools.core.reteoo.LeftTuple leftTuple)
doDeleteObject in class org.drools.core.reteoo.EntryPointNodepublic 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.EntryPointNodeCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.