Uses of Interface
org.rblasch.convert.graph.Edge

Packages that use Edge
org.rblasch.convert Generic Object Conversion. 
org.rblasch.convert.graph   
 

Uses of Edge in org.rblasch.convert
 

Classes in org.rblasch.convert that implement Edge
 class ConverterEdge
           
 

Uses of Edge in org.rblasch.convert.graph
 

Subinterfaces of Edge in org.rblasch.convert.graph
 interface DirectedEdge
           
 interface WeightedDirectedEdge
           
 interface WeightedEdge
           
 

Methods in org.rblasch.convert.graph that return Edge
 Edge Connection.getEdge()
           
 

Methods in org.rblasch.convert.graph with parameters of type Edge
 void SparseWeightedDirectedGraph.addConnection(Vertex start, Edge edge, Vertex end)
          Enter a new segment in the graph.
 void Graph.addConnection(Vertex start, Edge edge, Vertex end)
          Enter a new segment in the graph.
 

Constructors in org.rblasch.convert.graph with parameters of type Edge
Connection(Vertex start, Edge edge, Vertex end)
           
 



Copyright © 2004 Ronald Blaschke. All Rights Reserved.