Interface TimeRange
-
public interface TimeRange
Start, end and span properties of a time range.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getEnd()
Returns the last time valuedouble
getSpan()
Returns the differnce between the first and last time values.double
getStart()
Returns the first time value
-