Visualizes status of edges in relation to the Set by
coloring them
Methods
|
|
AddEdge
Contains
IsNotEmpty
Remove
Set
__getitem__
__init__
__len__
|
|
AddEdge
|
AddEdge ( self, e )
|
|
Contains
|
Contains ( self, e )
|
|
IsNotEmpty
|
IsNotEmpty ( self )
|
|
Remove
|
Remove ( self, e )
|
|
Set
|
Set ( self, edgeSet )
Sets the set equal to a copy of edgeSet
|
|
__getitem__
|
__getitem__ ( self, key )
|
|
__init__
|
__init__ (
self,
theAnimator,
edgeSet=None,
)
theAnimator will usually be the GraphDisplay(Frame/Toplevel)
|
|
__len__
|
__len__ ( self )
|
|