RunningPedestrianProperty

Capability that allows a node to run.

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.

Functions

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