Uses of Interface
org.graphstream.algorithm.AStar.Costs

Packages that use AStar.Costs
org.graphstream.algorithm   
 

Uses of AStar.Costs in org.graphstream.algorithm
 

Classes in org.graphstream.algorithm that implement AStar.Costs
static class AStar.DefaultCosts
          An implementation of the Costs interface that provides a default heuristic.
static class AStar.DistanceCosts
          An implementation of the Costs interface that assume that the weight of edges is an Euclidean distance in 2D or 3D.
 

Methods in org.graphstream.algorithm with parameters of type AStar.Costs
 void AStar.setCosts(AStar.Costs costs)
          Specify how various costs are computed.
 



Copyright © 2013. All Rights Reserved.