Previous topic

deduceEdgeState

Next topic

edgeUpdateRule

This Page

deduceNodeState

AttributeStateProcess.deduceNodeState(node)

Gives the state of a node.

Will report a node state as the (frozen) set based on the node attribute dictionary.

Parameters :

node : networkx node, Structure (<node id>, {<attribute name-value map>})

Returns :

state : frozenset

The state associated with node.

See also

Process
Superclass