Abstract Heterogeneous Pedestrian
abstract class AbstractHeterogeneousPedestrian<T, P : Vector<P>, Position<P>, A : GeometricTransformation<P>, F : GeometricShapeFactory<P, A>> @JvmOverloads constructor(randomGenerator: RandomGenerator, backingNode: Node<T>, age: Age, gender: Gender, group: PedestrianGroup<T, P, A>?) : AbstractHomogeneousPedestrian<T, P, A, F> , HeterogeneousPedestrian<T, P, A>
Content copied to clipboard
Implementation of a heterogeneous pedestrian.
Parameters
random Generator
the simulation {@link RandomGenerator}.
Content copied to clipboard
age
the age of this pedestrian.
Content copied to clipboard
gender
the gender of this pedestrian
Content copied to clipboard
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Properties
Link copied to clipboard
The list of influence spheres belonging to this pedestrian (by default, only its fieldOfView).