Locatable

scalation.simulation.Locatable
trait Locatable

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Component
class Gate
class Junction
class Model
class BankModel
class LoopModel
class MachineModel
class RoadModel
class TrafficModel
class UGA_BusModel
class BankModel
class Model_MBM
class BankModel
class SOMEModel
class Path
class Pathway
class Resource
class Sink
class Source
class VSource
class Transport
class VTransport
class WaitQueue
class SimActor
class BankModel.this.Customer
class CallCenterModel.this.Call
class EmerDeptModel.this.Patient
class LoopModel.this.Car1
class LoopModel.this.Car2
class MachineModel.this.Part
class OneWayStreetModel.this.Car
class RoadModel.this.Car1
class RoadModel.this.Car2
class TrafficModel.this.Car
class TrafficModelTurn.this.Car
class UGA_BusModel.this.Rider
class BankModel.this.Customer
class BankModel.this.Customer
class Bus
class UGA_BusModel.this.UGA_Bus
class SOMEModel.this.SOMEActor
class Vehicle
class OneWayVehicleModel.this.Car
class TrafficDynModel.this.Car
Show all

Members list

Value members

Concrete methods

def at: Array[Double]

Get the location where this object is currently at.

Get the location where this object is currently at.

Attributes

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

Set the location of this object.

Set the location of this object.

Value parameters

at

the location of this object

Attributes