Truncation

io.github.srs.model.entity.dynamicentity.agent.truncation.Truncation
enum Truncation(val name: String)

An enumeration of available truncation models for agents.

This enum represents the different types of truncation models that can be applied to agents in the simulation. Each case corresponds to a specific truncation evaluation strategy.

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case EndSimulation extends Truncation
case NeverTruncate extends Truncation