public class TemporalInfoImpl extends Object implements TemporalInfo
| Constructor and Description |
|---|
TemporalInfoImpl(long startTime,
long endTime,
long step) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getEndTime()
Get the end of the requested time range.
|
Long |
getStartTime()
Get the start of the requested time range.
|
Long |
getStep()
Get the requested time between each data point of the temporal
data.
|
int |
hashCode() |
public TemporalInfoImpl(long startTime,
long endTime,
long step)
public Long getStartTime()
TemporalInfogetStartTime in interface TemporalInfopublic Long getEndTime()
TemporalInfogetEndTime in interface TemporalInfopublic Long getStep()
TemporalInfogetStep in interface TemporalInfoCopyright © 2016. All rights reserved.