Class IgnoreStreets
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.movestrategies.RoutingStrategy
,java.io.Serializable
public final class IgnoreStreets<T, P extends Position<P>> implements RoutingStrategy<T, P>
This strategy ignores any information about the map, and connects the starting and ending point with a straight line using PolygonalChain.
-
-
Constructor Summary
Constructors Constructor Description IgnoreStreets()
-
Method Summary
Modifier and Type Method Description Route<P>
computeRoute(P currentPos, P finalPos)
-
-
Method Detail
-
computeRoute
Route<P> computeRoute(P currentPos, P finalPos)
-
-
-
-