Package org.jgrapht.io
Interface EdgeProvider<V,E>
-
- Type Parameters:
V
- the vertex typeE
- the edge type
@Deprecated public interface EdgeProvider<V,E>
Deprecated.Use new importers.Provider of edges
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description E
buildEdge(V from, V to, String label, Map<String,Attribute> attributes)
Deprecated.Construct an edge.
-