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

All Superinterfaces:
org.jgrapht.Graph<V,E>, KeyedGraph<V,E>, org.jgrapht.UndirectedGraph<V,E>
All Known Implementing Classes:
AsUndirectedG, AsUnweightedG, PseudoG, WeightedPseudoG

public interface UndirectedG<V,E extends EdgeID>
extends org.jgrapht.UndirectedGraph<V,E>, KeyedGraph<V,E>

A keyed undirected graph.

Author:
adam

Method Summary
 
Methods inherited from interface org.jgrapht.UndirectedGraph
degreeOf
 
Methods inherited from interface org.javanetworkanalyzer.model.KeyedGraph
addEdge, addEdge, addVertex, getVertex
 
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.