Class UndirectedWeightedComplementaryGraph<U>

java.lang.Object
es.uam.eps.ir.relison.graph.complementary.ComplementaryGraph<U>
es.uam.eps.ir.relison.graph.complementary.UndirectedWeightedComplementaryGraph<U>
Type Parameters:
U - Type of the vertices.
All Implemented Interfaces:
Graph<U>, UndirectedGraph<U>, WeightedGraph<U>, java.io.Serializable

public class UndirectedWeightedComplementaryGraph<U>
extends ComplementaryGraph<U>
implements UndirectedGraph<U>, WeightedGraph<U>
Undirected weighted complementary graph.
See Also:
Serialized Form