Cognitive Pedestrian2D
fun <T> CognitivePedestrian2D(incarnation: Incarnation<T, Euclidean2DPosition>, randomGenerator: RandomGenerator, environment: Physics2DEnvironment<T>, age: Any, gender: String, danger: Molecule? = null, group: PedestrianGroup2D<T>? = null, nodeCreationParameter: String? = null)
Content copied to clipboard
fun <T> CognitivePedestrian2D(randomGenerator: RandomGenerator, environment: Physics2DEnvironment<T>, backingNode: Node<T>, age: Age, gender: Gender, danger: Molecule? = null, group: PedestrianGroup2D<T>? = null)
Content copied to clipboard
Parameters
environment
the environment inside which this pedestrian moves.
Content copied to clipboard
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
danger
the molecule associated to danger in the environment.
Content copied to clipboard