TypeVertex
- The type of values stored in the vertices. Must be a Comparable type.public class GraphVIZMultiDirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>> extends GraphMultiDirectedUnvaluated<TypeVertex> implements GraphVIZMulti<TypeVertex>
Constructor and Description |
---|
GraphVIZMultiDirectedUnvaluated(Convertor<TypeVertex> vertexConvertor)
Create a new VIZ compatible graph.
|
Modifier and Type | Method and Description |
---|---|
VIZ |
getVIZ()
Get the VIZ methods container.
|
clear, getEdges, getVertices, importFrom
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEdges
clear, getVertices, importFrom
public GraphVIZMultiDirectedUnvaluated(Convertor<TypeVertex> vertexConvertor)
vertexConvertor
- An instance of Convertor able to convert TypeVertex type.public final VIZ getVIZ()
GraphVIZ
getVIZ
in interface GraphVIZ<TypeVertex extends java.lang.Comparable<TypeVertex>>