|
VisiBroker for Java |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.TimeBase.IntervalT
public final class IntervalT
This structure holds a time interval represented as two TimeT values.
| Field Summary | |
|---|---|
long |
lower_bound
Lower bound of the interval. |
long |
upper_bound
Upper bound of the interval. |
| Constructor Summary | |
|---|---|
IntervalT()
|
|
IntervalT(long lower_bound,
long upper_bound)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long lower_bound
upper_bound
public long upper_bound
| Constructor Detail |
|---|
public IntervalT()
public IntervalT(long lower_bound,
long upper_bound)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||