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,Collection<Movement>> |
Lookup.movementsCache |
Modifier and Type | Method and Description |
---|---|
private Movement |
Lookup.createMovement(org.jooq.Record movementRecord)
Create a movement object from the relationship object defining it in the graph database.
|
Modifier and Type | Method and Description |
---|---|
Collection<Movement> |
Lookup.getMovements()
Get all the movements that have been read from the file(s) specified in the configuration file.
|
Collection<Movement> |
Lookup.getMovements(int startDate,
int endDate)
Get all the movements that have been read from the file(s) specified in the configuration file filtered on a date
range.
|
Collection<Movement> |
Lookup.getMovementsForAnimal(String animalId)
Get all the recorded movements for a given animal.
|
Collection<Movement> |
Lookup.getOffMovements(int startDate,
int endDate)
Get all the OFF movements that have been read from the file(s) specified in the configuration file filtered on a
date range.
|
Collection<Movement> |
Lookup.getOnMovements(int startDate,
int endDate)
Get all the ON movements that have been read from the file(s) specified in the configuration file filtered on a
date range.
|
Modifier and Type | Method and Description |
---|---|
int |
MovementsComparator.compare(Movement m1,
Movement m2) |
Copyright © 2015 University of Glasgow. All rights reserved.