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 |
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) |
addObjectSink, assertActivation, assertObject, assertObject, assertQuery, attach, byPassModifyToBetaNode, calculateDeclaredMask, doRemove, equals, getEntryPoint, getObjectTypeNodes, getQueryNode, getType, hashCode, isObjectMemoryEnabled, modifyActivation, modifyObject, modifyObject, modifyQuery, readExternal, removeObjectSink, retractActivation, retractObject, retractQuery, setObjectMemoryEnabled, toString, updateSink, writeExternal
getDeclaredMask, getObjectTypeNode, getParentObjectSource, getSinkPropagator, initDeclaredMask, isInUse, networkUpdated, resetInferredMask, updateMask
addAssociation, attach, getAssociations, getId, getPartitionId, isStreamMode, registerUnlinkedPaths, remove, removeAssociation, setId, setPartitionId
public 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.EntryPointNode
public 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.EntryPointNode
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.