|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TIOOperations
The TIO represents a time interval and contains operations relevant to time intervals
Method Summary | |
---|---|
OverlapType |
overlaps(TIO interval,
TIOHolder overlap)
This operation returns a value of type OverlapType depending on how the interval in the object and interval in the parameter TIO overlap. |
OverlapType |
spans(UTO time,
TIOHolder overlap)
This operation returns a value of type OverlapType depending on how the interval in the object and the time range represented by the parameter UTO overlap. |
IntervalT |
time_interval()
This attribute returns an IntervalT structure with the value of its fields filled in with the corresponding values from the TIO |
UTO |
time()
Operation time |
Method Detail |
---|
IntervalT time_interval()
OverlapType spans(UTO time, TIOHolder overlap)
OverlapType overlaps(TIO interval, TIOHolder overlap)
UTO time()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |