TerminationStateManager

io.github.srs.model.entity.dynamicentity.agent.termination.TerminationStateManager

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def createState(): S

Concrete methods

def getOrCreateState(entityId: UUID): S
def resetAll(): Unit
def resetState(entityId: UUID): Unit
def updateState(entityId: UUID, nextState: S): Unit

Concrete fields

val states: Map[UUID, S]