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 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 Modifier and Type Method Description void
AStar. setCosts(AStar.Costs costs)
Specify how various costs are computed.