| Package | Description |
|---|---|
| org.cogchar.platform.time |
| Modifier and Type | Method and Description |
|---|---|
ExactTimePoint<OffsetSecondsFN> |
ExactTimePoint.addOffsetSeconds(OffsetSecondsFN offset) |
ExactTimePoint<OffsetSecondsFN> |
TimePointFactory.getCurrentSysTimeOffsetFromEpoch(TimePointFactory.EpochName epoch) |
ExactTimePoint<OffsetSecondsFN> |
TimePointFactory.getEpochReferencePoint(TimePointFactory.EpochName en) |
ExactTimePoint<OffsetSecondsFN> |
TimePointFactory.getNowPoint() |
ExactTimePoint<OffsetSecondsFN> |
TimePointFactory.getNowPointPlusOffsetMillisec(long millisec) |
ExactTimePoint<OffsetSecondsFN> |
TimePointFactory.getNowPointPlusOffsetSec(OffsetSecondsFN offsetSec) |
ExactTimePoint<OffsetSecondsFN> |
TimePointFactory.getOffsetFromEpoch(TimePointFactory.EpochName epoch,
OffsetSecondsFN offset) |
ExactTimePoint<SecondsFN> |
TimeInterval.getStartPoint() |
| Modifier and Type | Method and Description |
|---|---|
abstract OffsetSecondsFN |
ExactTimePoint.findMyOffsetToReferencePoint(ExactTimePoint<OffsetSecondsFN> refPoint) |
| Constructor and Description |
|---|
TimeInterval(ExactTimePoint<SecondsFN> start,
ExactTimePoint<SecondsFN> end) |
TimeInterval(ExactTimePoint<SecondsFN> start,
ExactTimePoint<SecondsFN> end) |
TimeInterval(ExactTimePoint<SecondsFN> start,
SecondsFN duration) |
TimeInterval(SecondsFN duration,
ExactTimePoint<SecondsFN> end) |
Copyright © 2010-2016. All Rights Reserved.