Uses of Class
beowulf.model.graph.Edge

Packages that use Edge
beowulf.model.graph   
 

Uses of Edge in beowulf.model.graph
 

Methods in beowulf.model.graph with parameters of type Edge
 Object UndirectedGraph.removeEdge(Edge toRemove)
          This method will remove the edge from the graph.
 void UndirectedGraph.addEdge(Edge edge)
          This method will add a new edge to the graph.
 Object Graph.removeEdge(Edge toRemove)
          This method will remove the edge from the graph.
 void Graph.addEdge(Edge edge)
          This method will add a new edge to the graph.
abstract  Object AbstractGraphModel.removeEdge(Edge toRemove)
          This method will remove the edge from the graph.
abstract  void AbstractGraphModel.addEdge(Edge edge)
          This method will add a new edge to the graph.