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

it.unibo.jakta.agents.fsm.impl.State.kt Maven / Gradle / Ivy

There is a newer version: 0.11.106
Show newest version
package it.unibo.jakta.agents.fsm.impl

/**
 * State values that an FSM can hold.
 */
enum class State {
    CREATED, STARTED, RUNNING, PAUSED, STOPPED
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy