Package | Description |
---|---|
broadwick.data |
Package to provide an interface to the data files for the project.
|
broadwick.data.readers |
Package to provide an interface to the data files for the project.
|
Modifier and Type | Class and Description |
---|---|
class |
H2Database
Implementation of a H2 database.
|
Modifier and Type | Field and Description |
---|---|
private DatabaseImpl |
DataReader.dbImpl |
Constructor and Description |
---|
Lookup(DatabaseImpl dbFacade)
Create the lookup object for accessing data in the internal databases.
|
Modifier and Type | Field and Description |
---|---|
private DatabaseImpl |
TestsFileReader.database |
private DatabaseImpl |
PopulationsFileReader.database |
private DatabaseImpl |
LocationsFileReader.database |
private DatabaseImpl |
FullMovementsFileReader.database |
private DatabaseImpl |
DirectedMovementsFileReader.database |
private DatabaseImpl |
BatchedMovementsFileReader.database |
Constructor and Description |
---|
BatchedMovementsFileReader(DataFiles.BatchMovementFile movementFile,
DatabaseImpl dbImpl)
Create the movement file reader.
|
DirectedMovementsFileReader(DataFiles.DirectedMovementFile movementFile,
DatabaseImpl dbImpl)
Create the movement file reader.
|
FullMovementsFileReader(DataFiles.FullMovementFile movementFile,
DatabaseImpl dbImpl)
Create the movement file reader.
|
LocationsFileReader(DataFiles.LocationsFile locationsFile,
DatabaseImpl dbImpl)
Create the locations file reader.
|
PopulationsFileReader(DataFiles.PopulationFile populationFile,
DatabaseImpl dbImpl)
Create the populations file reader.
|
TestsFileReader(DataFiles.TestsFile testsFile,
DatabaseImpl dbImpl)
Create the tests file reader.
|
Copyright © 2015 University of Glasgow. All rights reserved.