EnvironmentBuilder

io.github.srs.model.dsl.EnvironmentBuilder
final case class EnvironmentBuilder(cells: Vector[Vector[Cell]])

Builder for creating an Environment from a grid of cells.

Value parameters

cells

the grid of cells representing the environment.

Attributes

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

Members list

Value members

Concrete methods

Builds the Environment from the grid of cells.

Builds the Environment from the grid of cells.

Attributes

Returns

the constructed environment.

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product