Class DirectedWeightedComplementaryGraph<U>

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

public class DirectedWeightedComplementaryGraph<U>
extends ComplementaryGraph<U>
implements DirectedGraph<U>, WeightedGraph<U>
Directed weighted complementary graph.
See Also:
Serialized Form