| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Duration | |
|---|---|
| ix.icore.domain | Domain descriptions. | 
| ix.test | Simple applications for testing purposes. | 
| ix.util | General-purpose utilities. | 
| Uses of Duration in ix.icore.domain | 
|---|
| Methods in ix.icore.domain that return Duration | |
|---|---|
 Duration | 
TimeWindow.getMaxDuration()
 | 
 Duration | 
TimeWindow.getMinDuration()
 | 
| Constructors in ix.icore.domain with parameters of type Duration | |
|---|---|
TimeWindow(Duration min,
           Duration max)
 | 
|
| Uses of Duration in ix.test | 
|---|
| Methods in ix.test that return Duration | |
|---|---|
 Duration | 
MakeRandomInstance.makeDuration()
 | 
| Uses of Duration in ix.util | 
|---|
| Methods in ix.util that return Duration | |
|---|---|
 Duration | 
Duration.round(long granularity)
Returns this Duration after rounding the time to the nearest multiple of the specified granularity.  | 
 Duration | 
Duration.roundToMinutes()
Equivalent to round(60 * 1000).  | 
 Duration | 
Duration.roundToSeconds()
Equivalent to round(1000).  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||