Previous topic

deduceEdgeState

Next topic

edgeUpdateRule

This Page

deduceNodeState

ExplicitStateProcess.deduceNodeState(node)

Gives the state of a node.

Will return the corresponding node state declared when initializing the object.

Parameters :

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

Returns :

state : hashable

The state associated with node.

See also

Process
Superclass