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 | Class and Description |
---|---|
class |
Closest
Returns the closest (in time) AuxPoint found in the TreeSet that is not null.
|
class |
Earlier
Returns the AuxPoint which is earlier or equal to the given time stamp if it exists.
|
class |
Later
Returns the AuxPoint which is later or equal to the given time stamp if it exists.
|
Modifier and Type | Method and Description |
---|---|
static AuxPointStrategy |
AuxPointStrategy.Closest()
Convenience method to create Strategy object
|
static AuxPointStrategy |
AuxPointStrategy.Earlier()
Convenience method to create Strategy object
|
static AuxPointStrategy |
AuxPointStrategy.Later()
Convenience method to create Strategy object
|
Copyright © 2019. All rights reserved.