Uses of Interface
org.javanetworkanalyzer.model.KeyedGraph

Packages that use KeyedGraph
org.javanetworkanalyzer.graphcreators   
org.javanetworkanalyzer.model   
 

Uses of KeyedGraph in org.javanetworkanalyzer.graphcreators
 

Methods in org.javanetworkanalyzer.graphcreators that return KeyedGraph
protected  KeyedGraph<V,E> WeightedGraphCreator.initializeGraph()
           
protected  KeyedGraph<V,E> GraphCreator.initializeGraph()
          Initializes a graph.
 KeyedGraph<V,E> GraphCreator.loadGraph()
          Returns a new graph from a csv file produced in OrbisGIS as the output.edges table given by ST_Graph.
 

Methods in org.javanetworkanalyzer.graphcreators with parameters of type KeyedGraph
protected  E WeightedGraphCreator.loadEdge(String[] row, KeyedGraph<V,E> graph, boolean reverse)
          Loads a weighted edge into the graph.
protected  E GraphCreator.loadEdge(String[] row, KeyedGraph<V,E> graph, boolean reverse)
          Loads an edge into the graph.
 

Uses of KeyedGraph in org.javanetworkanalyzer.model
 

Subinterfaces of KeyedGraph in org.javanetworkanalyzer.model
 interface DirectedG<V,E extends EdgeID>
          A keyed graph whose edges are all directed.
 interface UndirectedG<V,E extends EdgeID>
          A keyed undirected graph.
 interface WeightedKeyedGraph<V,E extends EdgeID>
          A weighted keyed graph.
 

Classes in org.javanetworkanalyzer.model that implement KeyedGraph
 class AsUndirectedG<V extends VId,E extends EdgeID>
          An undirected view of the backing directed graph specified in the constructor.
 class AsUnweightedDirectedG<V extends VId,E extends EdgeID>
           
 class AsUnweightedG<V extends VId,E extends EdgeID>
          An unweighted view of the backing weighted graph specified in the constructor.
 class DirectedPseudoG<V extends VId,E extends EdgeID>
          A keyed directed pseudograph.
 class DirectedWeightedPseudoG<V extends VId,E extends Edge>
          A keyed directed weighted pseudograph.
 class EdgeReversedG<V extends VId,E extends EdgeID>
          Provides an edge-reversed view of a directed graph.
 class PseudoG<V extends VId,E extends EdgeID>
          A keyed pseudograph.
 class WeightedEdgeReversedG<V extends VId,E extends EdgeID>
          Provides an edge-reversed view of a weighted directed graph.
 class WeightedPseudoG<V extends VId,E extends Edge>
          A keyed weighted pseudograph.
 

Constructors in org.javanetworkanalyzer.model with parameters of type KeyedGraph
AsUnweightedG(KeyedGraph<V,E> g)
           
 



Copyright © 2014. All Rights Reserved.