public class RationalTime extends RelativeTime
| Constructor and Description |
|---|
RationalTime(int frequency)
Deprecated.
RTSJ V1.0.1 class RationalTime is deprecated
|
RationalTime(int frequency,
long millis,
int nanos)
Deprecated.
RTSJ V1.0.1 class RationalTime is deprecated
|
RationalTime(int frequency,
RelativeTime interval)
Deprecated.
RTSJ V1.0.1 class RationalTime is deprecated
|
| Modifier and Type | Method and Description |
|---|---|
AbsoluteTime |
absolute(Clock clock,
AbsoluteTime destination)
Deprecated.
RTSJ V1.0.1 class RationalTime is deprecated
|
void |
addInterarrivalTo(AbsoluteTime destination)
Deprecated.
RTSJ V1.0.1 this method is only required to support
the deprecated RationalTime.
|
int |
getFrequency()
Deprecated.
RTSJ V1.0.1 class RationalTime is deprecated
|
RelativeTime |
getInterarrivalTime()
Deprecated.
RTSJ V1.0.1 this method is only required to support
the deprecated RationalTime.
|
RelativeTime |
getInterarrivalTime(RelativeTime dest)
Deprecated.
RTSJ V1.0.1 this method is only required to support
the deprecated RationalTime.
|
RationalTime |
set(long millis,
int nanos)
Deprecated.
Sets the value of the
frequency field. |
void |
setFrequency(int frequency)
Deprecated.
RTSJ V1.0.1 class RationalTime is deprecated
|
absolute, add, add, add, add, compareToZero, negate, negate, relative, relative, scale, scale, subtract, subtract, toStringclone, compareTo, equals, equals, getClock, getMilliseconds, getNanoseconds, hashCode, set, set, waitForObjectpublic RationalTime(int frequency)
frequency - the frequency.java.lang.IllegalArgumentException - iff frequency is negative.public RationalTime(int frequency,
long millis,
int nanos)
throws java.lang.IllegalArgumentException
frequency - the frequency.millis - milliseconds of base interval.nanos - nanoseconds of base interval.java.lang.IllegalArgumentException - iff any argument is negative or
the frequency is 0.public RationalTime(int frequency,
RelativeTime interval)
throws java.lang.IllegalArgumentException
frequency - the frequency.interval - the base interval.java.lang.IllegalArgumentException - iff frequency is negative or
the base interval is null.public AbsoluteTime absolute(Clock clock, AbsoluteTime destination)
absolute in class RelativeTimeclock - The clock, null to use Clock.getRealtimeClock().destination - the destination absolute time object.java.lang.ArithmeticException - if the resulting absolute time could
not be represented by an instance of AbsoluteTime.public void addInterarrivalTo(AbsoluteTime destination)
addInterarrivalTo in class RelativeTimedestination - public int getFrequency()
public RelativeTime getInterarrivalTime(RelativeTime dest)
getInterarrivalTime in class RelativeTimedest - The preallocated RelativeTime object to hold the
result. May be null to indicate that a new object should be
allocated.public RelativeTime getInterarrivalTime()
getInterarrivalTime in class RelativeTimepublic RationalTime set(long millis, int nanos) throws java.lang.IllegalArgumentException
frequency field.set in class HighResolutionTimemillis - The new value for the millisecond field.nanos - The new value for the nanosecond field.thisjava.lang.IllegalArgumentException - when there is an overflow in the
millisecond component while normalizing.
result of parameter normalization.public void setFrequency(int frequency)
throws java.lang.ArithmeticException
frequency - the new frequency.java.lang.ArithmeticExceptionaicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2017 aicas GmbH. All Rights Reserved.