Package org.jgrapht.io
Interface VertexProvider<V>
-
- Type Parameters:
V
- the vertex type
@Deprecated public interface VertexProvider<V>
Deprecated.Use new importers.Creates a vertex.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description V
buildVertex(String id, Map<String,Attribute> attributes)
Deprecated.Create a vertex
-