- Type Parameters:
TypeVertex
- The type of values stored in the vertices. Must be a Comparable type.
- All Superinterfaces:
- BubuntuGraph, Graph<TypeVertex>, GraphMulti<TypeVertex>, GraphVIZ<TypeVertex>, Multi
- All Known Subinterfaces:
- GraphVIZMultiValuated<TypeVertex,TypeEdge>
- All Known Implementing Classes:
- GraphVIZMultiDirectedUnvaluated, GraphVIZMultiDirectedValuated, GraphVIZMultiUndirectedUnvaluated, GraphVIZMultiUndirectedValuated
public interface GraphVIZMulti<TypeVertex extends java.lang.Comparable<TypeVertex>>
extends GraphVIZ<TypeVertex>, GraphMulti<TypeVertex>
Interface of multi VIZ compatible graphs.
- Version:
- 2013.11.27
- Author:
- Rémi Vernay (remi.vernay@bubuntu.net)