Uses of Interface
annas.graph.GraphObserver

Packages that use GraphObserver
annas.graph   
annas.test.graph   
 

Uses of GraphObserver in annas.graph
 

Methods in annas.graph that return GraphObserver
 GraphObserver Graph.getObserver()
           
 GraphObserver GraphInterface.getObserver()
          Current GraphObserver
 

Methods in annas.graph with parameters of type GraphObserver
 void Graph.setObserver(GraphObserver observer)
           
 

Constructors in annas.graph with parameters of type GraphObserver
DirectedGraph(GraphObserver observer)
           
Graph(GraphObserver observer)
          Constructor used to set the observer from creation
UndirectedGraph(GraphObserver observer)
           
 

Uses of GraphObserver in annas.test.graph
 

Classes in annas.test.graph that implement GraphObserver
 class DefaultGraphObserver