net.sourceforge.combean.graph.containers
Class NodeMapAdvisor
java.lang.Object
net.sourceforge.combean.graph.containers.NodeMapAdvisor
public class NodeMapAdvisor
- extends Object
Advisor which returns the most suitable NodeMap for a graph.
- See Also:
NodeMap
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeMapAdvisor
public NodeMapAdvisor()
getFastestNodeMap
public static final <Val> NodeMap<Val> getFastestNodeMap(Graph g)
- Get the fastest node map implementation for a given graph
- Parameters:
g
- the graph for which a node map is needed
- Returns:
- the fastest node map implementation for g