Package | Description |
---|---|
org.epics.pvmanager.util |
Contains generic utility classes that at some point may be found and used
in other libraries.
|
Modifier and Type | Method and Description |
---|---|
TimeInterval |
TimeDuration.after(TimeStamp reference)
Deprecated.
Returns a time interval that lasts this duration and starts from the
given timestamp.
|
TimeInterval |
TimeDuration.around(TimeStamp reference)
Deprecated.
Returns a time interval that lasts this duration and is centered
around the given timestamp.
|
TimeInterval |
TimeDuration.before(TimeStamp reference)
Deprecated.
Returns a time interval that lasts this duration and ends at the
given timestamp.
|
static TimeInterval |
TimeInterval.between(TimeStamp start,
TimeStamp end)
Deprecated.
Returns the interval between the given timestamps.
|
TimeInterval |
TimeInterval.minus(TimeDuration duration)
Deprecated.
Returns a new interval shifted backward in time by the given duration.
|
Copyright © 2012. All Rights Reserved.