Class UndirectedUnweightedComplementaryGraph<U>

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

public class UndirectedUnweightedComplementaryGraph<U>
extends ComplementaryGraph<U>
implements UndirectedGraph<U>, UnweightedGraph<U>
Undirected unweighted complementary graph
See Also:
Serialized Form