Package es.uam.eps.ir.relison.graph
Package containing the basic definitions of graphs.
-
Interface Summary Interface Description DirectedGraph<V> Interface for directed graphs.DirectedUnweightedGraph<V> Interface for directed unweighted graphs.DirectedWeightedGraph<V> Interface for directed weighted graphs.Graph<V> Interface for a generic graph.UndirectedGraph<V> Interface for undirected graphs.UndirectedUnweightedGraph<V> Interface for undirected unweighted graphs.UndirectedWeightedGraph<V> Interface for undirected weighted graphs.UnweightedGraph<V> Interface for directed graphs.WeightedGraph<V> Interface for directed graphs. -
Class Summary Class Description Adapters Methods for filtering the users and edges from a graph.DirectedUnweightedGraphTest Class that tests the fast directed unweighted implementation of graphs.DirectedWeightedGraphTest Class for testing the fast implementation for directed weighted graphsUndirectedUnweightedGraphTest Class that tests the fast implementation for undirected unweighted graphs.UndirectedWeightedGraphTest Class for testing the fast implementation for undirected weighted graphs.Weight<I,W> Class for expressing weights.