Node
's StateItem
to the specified state. When the specified StateItem
's state is changed, calculates and propagates the node's summary state using summaryUpperPropagate
method.
@param node the node to change state
@param itemId the StateItem
's item ID to change state
@param state a new state
@see PropagationRule#summaryUpperPropagate(Node)
|
|