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

All Superinterfaces:
org.jgrapht.DirectedGraph<V,E>, org.jgrapht.Graph<V,E>, KeyedGraph<V,E>
All Known Implementing Classes:
AsUnweightedDirectedG, DirectedPseudoG, DirectedWeightedPseudoG, EdgeReversedG, WeightedEdgeReversedG

public interface DirectedG<V,E extends EdgeID>
extends org.jgrapht.DirectedGraph<V,E>, KeyedGraph<V,E>

A keyed graph whose edges are all directed.

Author:
Adam Gouge

Method Summary
 
Methods inherited from interface org.jgrapht.DirectedGraph
incomingEdgesOf, inDegreeOf, outDegreeOf, outgoingEdgesOf
 
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.