Package es.uam.eps.ir.relison.graph.multigraph.edges
Multiedges classes and interfaces. They define several edges between two nodes.
-
Interface Summary Interface Description DirectedMultiEdges Class for the directed multi-edges.MultiEdges Interface that represents the edges of a graph.UndirectedMultiEdges Class for the undirected multi-edges.UnweightedMultiEdges Interface for unweighted edgesWeightedMultiEdges Interface for weighted edges -
Class Summary Class Description MultiEdgeTypes Class that represents the type of the multiedges.MultiEdgeWeights Class that represents the weight of the edges.