Index

C G I T 
All Classes and Interfaces|All Packages

C

com.quanser.common - package com.quanser.common
 

G

getMilliseconds() - Method in class com.quanser.common.Timeout
Get the total number of milliseconds in the timeout.
getNanoseconds() - Method in class com.quanser.common.Timeout
Get the number of nanoseconds in the timeout.
getSeconds() - Method in class com.quanser.common.Timeout
Get the number of seconds in the timeout.

I

isAbsolute() - Method in class com.quanser.common.Timeout
Returns true if the timeout is absolute.
isNegative() - Method in class com.quanser.common.Timeout
Returns true if the timeout is negative.
isZero() - Method in class com.quanser.common.Timeout
Returns true if the timeout is equal to zero.

T

Timeout - Class in com.quanser.common
Represents an absolute or relative time.
Timeout() - Constructor for class com.quanser.common.Timeout
Construct a zero relative timeout.
Timeout(double) - Constructor for class com.quanser.common.Timeout
Construct a relative timeout of the given seconds.
Timeout(Timeout) - Constructor for class com.quanser.common.Timeout
Construct a copy of the given timeout.
toString() - Method in class com.quanser.common.Timeout
Get a string representation of the timeout.
C G I T 
All Classes and Interfaces|All Packages