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, writeExternal
getDeclaredMask, getKnowledgeBase, getObjectSinkPropagator, getObjectTypeNode, getParentObjectSource, initDeclaredMask, isInUse, networkUpdated, resetInferredMask, setParentObjectSource, updateMask
addAssociation, addAssociation, getAssociatedRules, getAssociatedRuleSize, getAssociationsSize, getAssociationsSize, getId, getPartitionId, getSinks, hashCode, isAssociatedWith, isStreamMode, remove, removeAssociation, setId, setPartitionId, setStreamMode, thisNodeEquals
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
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.EntryPointNode
public 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.EntryPointNode
public 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.EntryPointNode
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.