Uses of Interface
org.graphstream.algorithm.AStar.Costs
| Package | Description |
|---|---|
| org.graphstream.algorithm |
-
Uses of AStar.Costs in org.graphstream.algorithm
Classes in org.graphstream.algorithm that implement AStar.Costs Modifier and Type Class Description static classAStar.DefaultCostsAn implementation of the Costs interface that provides a default heuristic.static classAStar.DistanceCostsAn 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 Modifier and Type Method Description voidAStar. setCosts(AStar.Costs costs)Specify how various costs are computed.