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 Request
days()
Creates the request interpreting the time in daysRequest
hours()
Creates the request interpreting the time in hoursRequest
milliseconds()
Creates the request interpreting the time in millisecondsRequest
minutes()
Creates the request interpreting the time in minutesRequest
seconds()
Creates the request interpreting the time in secondsRequest
units()
Creates the request reactingWith the base time timeUnits associated carrying the modelRequest
weeks()
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
-
-