object
A metro station
Name
– The name of the station
Sergio Castro
static, context_switching_calls
(no dependencies on other files)
Name is the station name.
static
name(Name)
Station is a connected station.
static
connected(Station)
Station is a connected station by means of Line.
static
connected(Station,Line)
Station is a nearby station.
static
nearby(Station)
Station is a reachable station.
static
reachable(Station)
Station is a reachable station by means of traversing IntermediateStations.
static
reachable(Station,IntermediateStations)
(none)
(none)