Package | Description |
---|---|
fact.auxservice | |
fact.auxservice.strategies |
Modifier and Type | Method and Description |
---|---|
AuxPoint |
AuxFileService.getAuxiliaryData(AuxiliaryServiceName serviceName,
ZonedDateTime eventTimeStamp,
AuxPointStrategy strategy)
This method returns an AuxPoint according to the strategy and the time stamp passed to this method.
|
AuxPoint |
AuxiliaryService.getAuxiliaryData(AuxiliaryServiceName serviceName,
ZonedDateTime eventTimeStamp,
AuxPointStrategy strategy)
An AuxiliaryService needs to implement just one method.
|
Modifier and Type | Method and Description |
---|---|
SortedSet<AuxPoint> |
AuxFileService.getAuxiliaryDataForWholeNight(AuxiliaryServiceName serviceName,
ZonedDateTime night)
This method returns all AuxPoints for the whole night given by the 'night' timestamp.
|
Modifier and Type | Method and Description |
---|---|
int |
AuxPoint.compareTo(AuxPoint o) |
Modifier and Type | Method and Description |
---|---|
AuxPoint |
Closest.getPointFromTreeSet(TreeSet<AuxPoint> set,
ZonedDateTime eventTimeStamp)
Returns the closest (in time) AuxPoint found in the TreeSet that is not null.
|
AuxPoint |
AuxPointStrategy.getPointFromTreeSet(TreeSet<AuxPoint> set,
ZonedDateTime eventTimeStamp) |
AuxPoint |
Earlier.getPointFromTreeSet(TreeSet<AuxPoint> set,
ZonedDateTime eventTimeStamp)
Returns the AuxPoint which is earlier or equal to the given time stamp if it exists.
|
AuxPoint |
Later.getPointFromTreeSet(TreeSet<AuxPoint> set,
ZonedDateTime eventTimeStamp)
Returns the AuxPoint which is later or equal to the given time stamp if it exists.
|
Modifier and Type | Method and Description |
---|---|
AuxPoint |
Closest.getPointFromTreeSet(TreeSet<AuxPoint> set,
ZonedDateTime eventTimeStamp)
Returns the closest (in time) AuxPoint found in the TreeSet that is not null.
|
AuxPoint |
AuxPointStrategy.getPointFromTreeSet(TreeSet<AuxPoint> set,
ZonedDateTime eventTimeStamp) |
AuxPoint |
Earlier.getPointFromTreeSet(TreeSet<AuxPoint> set,
ZonedDateTime eventTimeStamp)
Returns the AuxPoint which is earlier or equal to the given time stamp if it exists.
|
AuxPoint |
Later.getPointFromTreeSet(TreeSet<AuxPoint> set,
ZonedDateTime eventTimeStamp)
Returns the AuxPoint which is later or equal to the given time stamp if it exists.
|
Copyright © 2019. All rights reserved.