SocialProperty

Capability that enables a pedestrian to form and belong to groups.

Type Parameters

T

the concentration type.

Inheritors

Properties

Link copied to clipboard
abstract val group: Group<T>

The group the pedestrian currently belongs to.

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

Functions

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