Cell

io.github.srs.model.dsl.Cell
See theCell companion object
enum Cell

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

Attributes

Companion
object
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 Empty extends Cell
case Light extends Cell
case Obstacle extends Cell
final case class Robot(policy: Policy)