Interface GroupSteeringAction
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.Action
,it.unibo.alchemist.model.cognitive.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<Node<T>>
group()
The list of pedestrians influencing this action. -
Methods inherited from class it.unibo.alchemist.model.cognitive.SteeringAction
nextPosition
-
Methods inherited from class it.unibo.alchemist.model.Action
cloneAction, execute, getContext, getOutboundDependencies
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-