LocationLayoutElement

@Serializable
data class LocationLayoutElement(val locationName: String, val position: LayoutPoint? = null, val label: String? = null)(source)

The animation of a spatial LocationIfc — a named place entities and movers travel between (move endpoints, conveyor anchors, agent points-of-interest). position is nullable: unknown until placed or MDS-proposed (mirrors MovableResourceLayoutElement). Distinct from a flow-network station; the renderer draws it with its own glyph. Keyed by locationName.

Constructors

Link copied to clipboard
constructor(locationName: String, position: LayoutPoint? = null, label: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard