-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.interfaces.Action,it.unibo.alchemist.model.interfaces.SteeringAction,java.io.Serializable
public interface SteeringActionWithTarget<T extends Object, P extends Position<P>, Vector<P>> implements SteeringAction<T, P>
A SteeringAction with a defined target.
-
-
Method Summary
Modifier and Type Method Description abstract Ptarget()The position the owner of this action moves towards, in absolute coordinates. -
Methods inherited from class it.unibo.alchemist.model.interfaces.SteeringActionWithTarget
nextPosition -
Methods inherited from class it.unibo.alchemist.model.interfaces.SteeringAction
cloneAction, execute, getContext, getOutboundDependencies -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-