public interface AuxPointStrategy
This interface also defines convenience functions for creating these strategy objects.
Created by kai on 01.04.15.
Modifier and Type | Method and Description |
---|---|
static AuxPointStrategy |
Closest()
Convenience method to create Strategy object
|
static AuxPointStrategy |
Earlier()
Convenience method to create Strategy object
|
AuxPoint |
getPointFromTreeSet(TreeSet<AuxPoint> set,
ZonedDateTime eventTimeStamp) |
static AuxPointStrategy |
Later()
Convenience method to create Strategy object
|
AuxPoint getPointFromTreeSet(TreeSet<AuxPoint> set, ZonedDateTime eventTimeStamp)
set
- the set from which to get the pointseventTimeStamp
- the timestamp for which you want the auxiliary datastatic AuxPointStrategy Closest()
static AuxPointStrategy Earlier()
static AuxPointStrategy Later()
Copyright © 2019. All rights reserved.