net.sourceforge.combean.graph.containers
Class NodeMapAdvisor

Package class diagram package NodeMapAdvisor
java.lang.Object
  extended by net.sourceforge.combean.graph.containers.NodeMapAdvisor

public class NodeMapAdvisor
extends Object

Advisor which returns the most suitable NodeMap for a graph.

See Also:
NodeMap

Constructor Summary
NodeMapAdvisor()
           
 
Method Summary
static
<Val> NodeMap<Val>
getFastestNodeMap(Graph g)
          Get the fastest node map implementation for a given graph
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeMapAdvisor

public NodeMapAdvisor()
Method Detail

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