Package | Description |
---|---|
broadwick.data |
Package to provide an interface to the data files for the project.
|
Modifier and Type | Field and Description |
---|---|
private static Location |
Location.nullLocation |
Modifier and Type | Field and Description |
---|---|
(package private) com.google.common.cache.Cache<String,Location> |
Lookup.locationsCache |
Modifier and Type | Method and Description |
---|---|
private Location |
Lookup.createLocation(org.jooq.Record locationRecord)
Create a location object from the node object defining it in the graph database.
|
Location |
Lookup.getLocation(String locationId)
Get a location from the list of locations in the system.
|
static Location |
Location.getNullLocation()
Get the NULL location, defined as the one with no id, coordinates or occupants.
|
Modifier and Type | Method and Description |
---|---|
Collection<Location> |
Lookup.getLocations()
Get all the movements that have been read from the file(s) specified in the configuration file.
|
Copyright © 2015 University of Glasgow. All rights reserved.