Previous topic

__init__

Next topic

deduceNodeState

This Page

deduceEdgeState

ExplicitStateProcess.deduceEdgeState(edge)

Gives the state of a edge.

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

Parameters :

edge : networkx edge, Structure (<node id 1>, <node id 2>, <attribute dict>)

Returns :

state : hashable

The state associated with edge.

See also

Process
Superclass