org.javanetworkanalyzer.analyzers
Class AccessibilityAnalyzer<E extends EdgeSPT>
java.lang.Object
org.javanetworkanalyzer.analyzers.GeneralizedGraphAnalyzer<VAccess,E>
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
|
Method Summary |
void |
compute()
Performs accessibility analysis. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccessibilityAnalyzer
public AccessibilityAnalyzer(org.jgrapht.Graph<VAccess,E> graph,
Set<VAccess> destinations)
- Constructor: sets the graph.
- Parameters:
graph - Graph
compute
public void compute()
- Performs accessibility analysis.
Copyright © 2014. All Rights Reserved.