Robot

io.github.srs.model.dsl.Cell.Robot
final case class Robot(policy: Policy)

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def toEntity(pos: Point2D): Set[Entity]

Converts the cell to a set of entities at the given position.

Converts the cell to a set of entities at the given position.

Value parameters

pos

the position where the entity should be placed.

Attributes

Returns

a set of entities corresponding to the cell type.

Inherited from:
Cell