PedestrianProperty

Capability that enables node movement, combining walking and running pedestrian properties.

Type Parameters

T

the concentration type.

Inheritors

Properties

Link copied to clipboard
abstract val node: Node<T>
Link copied to clipboard
abstract val runningSpeed: Double

The node's running speed.

Link copied to clipboard
abstract val walkingSpeed: Double

The node's walking speed.

Functions

Link copied to clipboard
abstract fun cloneOnNewNode(node: Node<T>): NodeProperty<T>
Link copied to clipboard
abstract fun speed(): Double

Returns the current speed of the pedestrian.