org.javanetworkanalyzer.analyzers
Class AccessibilityAnalyzer<E extends EdgeSPT>

java.lang.Object
  extended by org.javanetworkanalyzer.analyzers.GeneralizedGraphAnalyzer<VAccess,E>
      extended by org.javanetworkanalyzer.analyzers.AccessibilityAnalyzer<E>

public class AccessibilityAnalyzer<E extends EdgeSPT>
extends GeneralizedGraphAnalyzer<VAccess,E>

Calculates, for each vertex, the (distance to the) closest destination among several possible destinations.

Author:
Adam Gouge

Field Summary
 
Fields inherited from class org.javanetworkanalyzer.analyzers.GeneralizedGraphAnalyzer
graph, nodeCount, nodeSet
 
Constructor Summary
AccessibilityAnalyzer(org.jgrapht.Graph<VAccess,E> graph, Set<VAccess> destinations)
          Constructor: sets the graph.
 
Method Summary
 void compute()
          Performs accessibility analysis.
 
Methods inherited from class org.javanetworkanalyzer.analyzers.GeneralizedGraphAnalyzer
getGraph
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessibilityAnalyzer

public AccessibilityAnalyzer(org.jgrapht.Graph<VAccess,E> graph,
                             Set<VAccess> destinations)
Constructor: sets the graph.

Parameters:
graph - Graph
Method Detail

compute

public void compute()
Performs accessibility analysis.



Copyright © 2014. All Rights Reserved.