Next topic

deduceEdgeState

This Page

__init__

ExplicitStateProcess.__init__(nodeStates, edgeStates, runNodeUpdate=True, runEdgeUpdate=True, runNetworkUpdate=True, constantTopology=False)

Will make sure that the class knows about the states listed in nodeStates and edgeStates.

The node and edge states may be accessed through the class member lists nodeStateIds and edgeStateIds If you subclass and overload this method make sure to use super to call it.

Parameters :

nodeStates : set

set containing all valid node state identifiers

edgeStates : set

set containing all valid edge state identifies

runEdgeUpdate : bool

See Process

runNodeUpdate : bool

See Process

runNetworkUpdate : bool

See Process

constantTopology : bool

See Process