Uses of Class
org.drools.core.common.UpdateContext
Packages that use UpdateContext
-
Uses of UpdateContext in org.drools.core.common
Methods in org.drools.core.common with parameters of type UpdateContextModifier and TypeMethodDescriptionabstract voidBaseNode.networkUpdated(UpdateContext updateContext) A method that is called for all nodes whose network below them changed, after the change is complete, providing them with an opportunity for state update -
Uses of UpdateContext in org.drools.core.reteoo
Methods in org.drools.core.reteoo with parameters of type UpdateContextModifier and TypeMethodDescriptionvoidAbstractTerminalNode.networkUpdated(UpdateContext updateContext) voidAsyncReceiveNode.networkUpdated(UpdateContext updateContext) voidAsyncSendNode.networkUpdated(UpdateContext updateContext) voidBetaNode.networkUpdated(UpdateContext updateContext) voidConditionalBranchNode.networkUpdated(UpdateContext updateContext) voidEvalConditionNode.networkUpdated(UpdateContext updateContext) voidFromNode.networkUpdated(UpdateContext updateContext) voidLeftInputAdapterNode.networkUpdated(UpdateContext updateContext) voidObjectSource.networkUpdated(UpdateContext updateContext) voidObjectTypeNode.networkUpdated(UpdateContext updateContext) voidQueryElementNode.networkUpdated(UpdateContext updateContext) voidRete.networkUpdated(UpdateContext updateContext) voidRightInputAdapterNode.networkUpdated(UpdateContext updateContext) voidTimerNode.networkUpdated(UpdateContext updateContext)