Package | Description |
---|---|
fact.auxservice |
Modifier and Type | Method and Description |
---|---|
static AuxiliaryServiceName |
AuxiliaryServiceName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuxiliaryServiceName[] |
AuxiliaryServiceName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|
SortedSet<AuxPoint> |
AuxFileService.getAuxiliaryDataForWholeNight(AuxiliaryServiceName serviceName,
ZonedDateTime night)
This method returns all AuxPoints for the whole night given by the 'night' timestamp.
|
Constructor and Description |
---|
CacheKey(AuxiliaryServiceName service,
ZonedDateTime timeStamp) |
Copyright © 2019. All rights reserved.