-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.interfaces.Action,it.unibo.alchemist.model.interfaces.SteeringAction,java.io.Serializable
public interface GroupSteeringAction<T extends Object, P extends Position<P>, Vector<P>> implements SteeringAction<T, P>
A SteeringAction related to a group of pedestrians.
-
-
Method Summary
Modifier and Type Method Description abstract List<Pedestrian<T, P, ?>>group()The list of pedestrians influencing this action. -
Methods inherited from class it.unibo.alchemist.model.interfaces.GroupSteeringAction
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
-
-
Method Detail
-
group
abstract List<Pedestrian<T, P, ?>> group()
The list of pedestrians influencing this action.
-
-
-
-