public interface RelativeTimeConstraint extends InvocationConstraint
Modifier and Type | Method and Description |
---|---|
InvocationConstraint |
makeAbsolute(long baseTime)
Converts this constraint to absolute time.
|
InvocationConstraint makeAbsolute(long baseTime)
Long.MIN_VALUE
or
Long.MAX_VALUE
is used, respectively. The returned
constraint will typically be an instance of a different constraint
class than this constraint.baseTime
- an absolute time, specified in milliseconds from
midnight, January 1, 1970 UTCCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.