org.jgrapht.io
Interface VertexProvider<V>
-
- Type Parameters:
V- the vertex type
- All Known Subinterfaces:
- VertexProvider<V>
public interface VertexProvider<V>Creates a vertex.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description VbuildVertex(java.lang.String id, java.util.Map<java.lang.String,java.lang.String> attributes)Create a vertex
-
-
-
Method Detail
-
buildVertex
V buildVertex(java.lang.String id, java.util.Map<java.lang.String,java.lang.String> attributes)
Create a vertex- Parameters:
id- a unique identifier for the vertexattributes- any other attributes of the vertex- Returns:
- the vertex
-
-
DataMelt 3.0 © DataMelt by jWork.ORG