Previous topic

__init__

Next topic

deduceNodeState

This Page

deduceEdgeState

ScriptedProcess.deduceEdgeState(edge)

Gives the state of a edge.

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

Parameters :

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

Returns :

state : frozenset

The state associated with edge.

See also

Process
Superclass