Locatable2

scalation.simulation.Locatable2
trait Locatable2

The Locatable trait provides location information/coordinates for objects in simulation models (e.g., SimActors).

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

final def at: Array[Double]

Get the current location where this object is currently at.

Get the current location where this object is currently at.

Attributes

final def at_=(at: Array[Double]): Unit

Set the current location of this object.

Set the current location of this object.

Value parameters

at

the location of this object

Attributes