Package | Description |
---|---|
broadwick.data |
Package to provide an interface to the data files for the project.
|
Modifier and Type | Field and Description |
---|---|
(package private) com.google.common.cache.Cache<String,Animal> |
Lookup.animalsCache |
Modifier and Type | Method and Description |
---|---|
private Animal |
Lookup.createAnimal(org.jooq.Record animalRecord)
Create an animal object from the node object defining it in the graph database.
|
Animal |
Lookup.getAnimal(String animalId)
Get an animal from the list of animals in the system.
|
Modifier and Type | Method and Description |
---|---|
Collection<Animal> |
Lookup.getAnimals()
Get all the animals that have been read from the file(s) specified in the configuration file.
|
Collection<Animal> |
Lookup.getAnimals(int date)
Get all the animals that have been read from the file(s) specified in the configuration file whose date of birth
is before or on a given date and whose date of death (it there is any) is on or after the same date.
|
Copyright © 2015 University of Glasgow. All rights reserved.