Package it.unibo.alchemist.model.implementations.groups
Types
Link copied to clipboard
class Family<T>(comparator: Comparator<Node<T>> = Comparator { a, b -> a.id.compareTo(b.id) }) : GenericGroup<T, Node<T>> , GroupWithLeader<T, Node<T>>
Content copied to clipboard
A Family is modeled as a group of pedestrians with a leader.
Link copied to clipboard
Link copied to clipboard
Utility for shorter loading of groups within the Yaml files.