public interface PossiblePath<T>
Modifier and Type | Method and Description |
---|---|
void |
addPoint(T t,
double cost,
double heuristic) |
PossiblePath<T> |
duplicate() |
double |
getDistance() |
T |
getEndPoint() |
double |
getHeuristic() |
List<T> |
getPath() |
boolean |
sameDestination(T destination) |
Copyright © 2013–2022 Francis Crick Institute. All rights reserved.