All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.unibo.alchemist.model.cognitive.Group.kt Maven / Gradle / Ivy

There is a newer version: 35.0.0
Show newest version
package it.unibo.alchemist.model.cognitive

import it.unibo.alchemist.model.Node

/**
 * A group of nodes.
 */
interface Group : MutableList> {

    /**
     * The list of pedestrians belonging to this group.
     */
    val members: List> get() = this
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy