Class FastDirectedWeightedGraph<V>

java.lang.Object
es.uam.eps.ir.relison.graph.fast.AbstractFastGraph<V>
es.uam.eps.ir.relison.graph.fast.FastDirectedWeightedGraph<V>
Type Parameters:
V - Type of the vertices.
All Implemented Interfaces:
DirectedGraph<V>, DirectedWeightedGraph<V>, FastGraph<V>, Graph<V>, WeightedGraph<V>, ReducedIndex<V>, java.io.Serializable

public class FastDirectedWeightedGraph<V>
extends AbstractFastGraph<V>
implements DirectedWeightedGraph<V>
Fast implementation of a directed weighted graph. This implementation does not allow to remove nodes/edges.
See Also:
Serialized Form