Class StraightLine
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.movestrategies.RoutingStrategy
,java.io.Serializable
public final class StraightLine<T extends Object, P extends Position<P>> implements RoutingStrategy<T, P>
Routing strategy that computes a straight route from the current position to the final one. In this implementation obstacles are ignored.