EnvironmentToGridDSL

io.github.srs.model.dsl.EnvironmentToGridDSL

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def prettyPrint(environment: Environment): String

Pretty-prints the given environment as a grid of cells.

Pretty-prints the given environment as a grid of cells.

Value parameters

environment

the environment to pretty-print.

Attributes

Returns

a string representation of the environment in grid format.