io.github.srs.model.dsl

Members list

Type members

Classlikes

enum Cell

Represents a cell in the grid-based DSL for defining environments.

Represents a cell in the grid-based DSL for defining environments.

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Cell

Companion object for Cell, providing convenient factory methods and operators.

Companion object for Cell, providing convenient factory methods and operators.

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Cell.type
final case class EnvironmentBuilder(cells: Vector[Vector[Cell]])

Builder for creating an Environment from a grid of cells.

Builder for creating an Environment from a grid of cells.

Value parameters

cells

the grid of cells representing the environment.

Attributes

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

Utility object for converting an Environment to a grid-based DSL representation and pretty-printing it.

Utility object for converting an Environment to a grid-based DSL representation and pretty-printing it.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object GridDSL

Domain-Specific Language (DSL) for creating grid-based environments.

Domain-Specific Language (DSL) for creating grid-based environments.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
GridDSL.type
object SimulationDSL

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any