org.javanetworkanalyzer.model
Class WeightedEdgeReversedG<V extends VId,E extends EdgeID>

java.lang.Object
  extended by org.jgrapht.graph.AbstractGraph<V,E>
      extended by org.jgrapht.graph.GraphDelegator<V,E>
          extended by org.jgrapht.graph.EdgeReversedGraph<V,E>
              extended by org.javanetworkanalyzer.model.EdgeReversedG<V,E>
                  extended by org.javanetworkanalyzer.model.WeightedEdgeReversedG<V,E>
All Implemented Interfaces:
Serializable, DirectedG<V,E>, KeyedGraph<V,E>, WeightedKeyedGraph<V,E>, org.jgrapht.DirectedGraph<V,E>, org.jgrapht.Graph<V,E>, org.jgrapht.WeightedGraph<V,E>

public class WeightedEdgeReversedG<V extends VId,E extends EdgeID>
extends EdgeReversedG<V,E>
implements WeightedKeyedGraph<V,E>

Provides an edge-reversed view of a weighted directed graph.

Author:
Adam Gouge
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.jgrapht.WeightedGraph
DEFAULT_EDGE_WEIGHT
 
Constructor Summary
WeightedEdgeReversedG(DirectedG<V,E> g)
           
 
Method Summary
 
Methods inherited from class org.javanetworkanalyzer.model.EdgeReversedG
addEdge, addEdge, addVertex, getVertex
 
Methods inherited from class org.jgrapht.graph.EdgeReversedGraph
addEdge, addEdge, getAllEdges, getEdge, getEdgeSource, getEdgeTarget, incomingEdgesOf, inDegreeOf, outDegreeOf, outgoingEdgesOf, removeEdge, toString
 
Methods inherited from class org.jgrapht.graph.GraphDelegator
addVertex, containsEdge, containsVertex, degreeOf, edgeSet, edgesOf, getEdgeFactory, getEdgeWeight, removeEdge, removeVertex, setEdgeWeight, vertexSet
 
Methods inherited from class org.jgrapht.graph.AbstractGraph
assertVertexExist, containsEdge, equals, hashCode, removeAllEdges, removeAllEdges, removeAllEdges, removeAllVertices, toStringFromSets
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.javanetworkanalyzer.model.KeyedGraph
addEdge, addEdge, addVertex, getVertex
 
Methods inherited from interface org.jgrapht.WeightedGraph
setEdgeWeight
 
Methods inherited from interface org.jgrapht.Graph
addEdge, addEdge, addVertex, containsEdge, containsEdge, containsVertex, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeFactory, getEdgeSource, getEdgeTarget, getEdgeWeight, removeAllEdges, removeAllEdges, removeAllVertices, removeEdge, removeEdge, removeVertex, vertexSet
 
Methods inherited from interface org.jgrapht.DirectedGraph
incomingEdgesOf, inDegreeOf, outDegreeOf, outgoingEdgesOf
 

Constructor Detail

WeightedEdgeReversedG

public WeightedEdgeReversedG(DirectedG<V,E> g)
                      throws NoSuchMethodException
Throws:
NoSuchMethodException


Copyright © 2014. All Rights Reserved.