Table of Contents

Class: AnimatedEdgeSet ./AnimatedDataStructures.py

Visualizes status of edges in relation to the Set by coloring them

  • blue if they are added to the set - cVisited if they have been in the set and were removed

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 )


Table of Contents

This document was automatically generated on Fri Mar 15 11:15:02 2002 by HappyDoc version 2.0