Class Hierarchy
- java.lang.Object
- es.uam.eps.ir.relison.graph.fast.AbstractFastGraph<V> (implements es.uam.eps.ir.relison.graph.fast.FastGraph<U>, java.io.Serializable)
- es.uam.eps.ir.relison.graph.fast.FastDirectedUnweightedGraph<V> (implements es.uam.eps.ir.relison.graph.DirectedUnweightedGraph<V>)
- es.uam.eps.ir.relison.graph.fast.FastDirectedWeightedGraph<V> (implements es.uam.eps.ir.relison.graph.DirectedWeightedGraph<V>)
- es.uam.eps.ir.relison.graph.fast.FastUndirectedUnweightedGraph<V> (implements es.uam.eps.ir.relison.graph.UndirectedUnweightedGraph<V>)
- es.uam.eps.ir.relison.graph.fast.FastUndirectedWeightedGraph<V> (implements es.uam.eps.ir.relison.graph.UndirectedWeightedGraph<V>)
- es.uam.eps.ir.relison.graph.fast.AbstractFastGraph<V> (implements es.uam.eps.ir.relison.graph.fast.FastGraph<U>, java.io.Serializable)
Interface Hierarchy
- es.uam.eps.ir.relison.index.ReducedIndex<T>
- java.io.Serializable
- es.uam.eps.ir.relison.graph.Graph<V>
- es.uam.eps.ir.relison.graph.fast.FastGraph<U> (also extends es.uam.eps.ir.relison.index.ReducedIndex<T>)
- es.uam.eps.ir.relison.graph.Graph<V>