Package jsl.simulation
Interface ModelElement.RequestTimeIfc
-
- All Known Implementing Classes:
ModelElement.RequestBuilder
- Enclosing class:
- ModelElement
public static interface ModelElement.RequestTimeIfc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Requestdays()Creates the request interpreting the time in daysRequesthours()Creates the request interpreting the time in hoursRequestmilliseconds()Creates the request interpreting the time in millisecondsRequestminutes()Creates the request interpreting the time in minutesRequestseconds()Creates the request interpreting the time in secondsRequestunits()Creates the request reactingWith the base time timeUnits associated carrying the modelRequestweeks()Creates the request interpreting the time in weeks
-
-
-
Method Detail
-
days
Request days()
Creates the request interpreting the time in days- Returns:
- the request that was created
-
minutes
Request minutes()
Creates the request interpreting the time in minutes- Returns:
- the request that was created
-
hours
Request hours()
Creates the request interpreting the time in hours- Returns:
- the request that was created
-
seconds
Request seconds()
Creates the request interpreting the time in seconds- Returns:
- the request that was created
-
weeks
Request weeks()
Creates the request interpreting the time in weeks- Returns:
- the request that was created
-
milliseconds
Request milliseconds()
Creates the request interpreting the time in milliseconds- Returns:
- the request that was created
-
units
Request units()
Creates the request reactingWith the base time timeUnits associated carrying the model- Returns:
- the request that was created
-
-