Class DirectedUnweightedComplementaryGraph<U>

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

public class DirectedUnweightedComplementaryGraph<U>
extends ComplementaryGraph<U>
implements DirectedGraph<U>, UnweightedGraph<U>
Directed unweighted complementary graph.
See Also:
Serialized Form