location

fun location(name: String, x: Double, y: Double, label: String? = null)(source)

Places a named spatial location (a LocationIfc) at (x, y) — a move endpoint / conveyor anchor / landmark. Distinct from a flow-network station(...); drawn with its own glyph.


fun location(name: String, label: String? = null)(source)

Declares a named location without a position (placed later, or proposed by MDS auto-layout).