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()
TemporalInfo
getStartTime
in interface TemporalInfo
public Long getEndTime()
TemporalInfo
getEndTime
in interface TemporalInfo
public Long getStep()
TemporalInfo
getStep
in interface TemporalInfo
Copyright © 2017. All rights reserved.