-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.interfaces.Group
public final class Friends<T extends Object, S extends Vector<S>, A extends GeometricTransformation<S>> extends GenericGroup<T, Pedestrian<T, S, A>>
A generic, leaderless group of pedestrians.
-
-
Constructor Summary
Constructors Constructor Description Friends()
-
Method Summary
Modifier and Type Method Description List<Pedestrian<T, S, A>>getMembers()-
Methods inherited from class it.unibo.alchemist.model.implementations.groups.Friends
addMember, removeMember -
Methods inherited from class it.unibo.alchemist.model.implementations.groups.GenericGroup
contains -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getMembers
List<Pedestrian<T, S, A>> getMembers()
-
-
-
-