public interface Speed extends OsidPrimitive, Speed
A speed is a distance traveled over a unit of time.
| Modifier and Type | Method and Description |
|---|---|
Distance |
getDistance()
Gets the distance.
|
DateTimeResolution |
getTimeUnit()
Gets the time unit.
|
compareTo, equals, getLowerBound, getUpperBound, hashCode, isContained, isExclusive, isExclusive, isGreater, isInclusive, isLesstoStringDistance getDistance()
mandatory - This method must be implemented. DateTimeResolution getTimeUnit()
mandatory - This method must be implemented.