org.javanetworkanalyzer.model
Interface WeightedKeyedGraph<V,E extends EdgeID>

All Superinterfaces:
org.jgrapht.Graph<V,E>, KeyedGraph<V,E>, org.jgrapht.WeightedGraph<V,E>
All Known Implementing Classes:
DirectedWeightedPseudoG, WeightedEdgeReversedG, WeightedPseudoG

public interface WeightedKeyedGraph<V,E extends EdgeID>
extends KeyedGraph<V,E>, org.jgrapht.WeightedGraph<V,E>

A weighted keyed graph.

Author:
Adam Gouge

Field Summary
 
Fields inherited from interface org.jgrapht.WeightedGraph
DEFAULT_EDGE_WEIGHT
 
Method Summary
 
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
 



Copyright © 2014. All Rights Reserved.