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, importFromequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEdgesclear, getVertices, importFrompublic GraphVIZMultiDirectedUnvaluated(Convertor<TypeVertex> vertexConvertor)
vertexConvertor - An instance of Convertor able to convert TypeVertex type.public final VIZ getVIZ()
GraphVIZgetVIZ in interface GraphVIZ<TypeVertex extends java.lang.Comparable<TypeVertex>>