Uses of Class
net.sf.myra.framework.Graph

Uses of Graph in net.sf.myra.framework
 

Methods in net.sf.myra.framework that return Graph
 Graph<?> TrailFactory.getGraph()
          Returns the problem search graph.
 Graph<?> DefaultTrailFactory.getGraph()
          Returns the problem graph.
 

Methods in net.sf.myra.framework with parameters of type Graph
 void Graph.EdgeEvaporateTransform.apply(Graph<?> graph)
           
 void Graph.EdgeInitializationTransform.apply(Graph<?> graph)
           
 void Graph.EdgeRangeTransform.apply(Graph<?> graph)
           
 void HeuristicInformation.initialize(Graph<?> graph)
           
 void Graph.merge(Graph<V> other)
          Merges the specified graph with this graph, by adding an edge from every vertex on this graph to every vertex of the specified graph.
 Vertex<?> DecisionPolicy.select(Graph<?> graph, Trail trail)
          Selects the next vertex to visit based on the partial trail.
 

Constructors in net.sf.myra.framework with parameters of type Graph
DefaultTrailFactory(Graph<?> graph, DecisionPolicy policy)
          Default constructor.
 



Copyright © 2013. All Rights Reserved.