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