AbstractLocation

abstract inner class AbstractLocation(aName: String? = null) : LocationIfc(source)

Represents a location within this spatial model.

Parameters

aName

the name of the location, will be assigned based on ID_id if null

Inheritors

Constructors

Link copied to clipboard
constructor(aName: String? = null)

Properties

Link copied to clipboard
override val id: Int
Link copied to clipboard
override var label: String?
Link copied to clipboard
open override val name: String