Package jsl.simulation
Interface ModelElement.RequestDurationIfc
-
- All Known Implementing Classes:
ModelElement.RequestBuilder
- Enclosing class:
- ModelElement
public static interface ModelElement.RequestDurationIfc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelElement.RequestDurationIfccarrying(java.lang.Object entity)ModelElement.RequestTimeIfcforDuration(double time)ModelElement.RequestTimeIfcforDuration(GetValueIfc time)ModelElement.RequestDurationIfchavingPriority(int priority)Requestindefinitely()ModelElement.RequestDurationIfcusingRule(Request.PreemptionRule rule)ModelElement.RequestDurationIfcwithName(java.lang.String name)
-
-
-
Method Detail
-
indefinitely
Request indefinitely()
-
forDuration
ModelElement.RequestTimeIfc forDuration(double time)
-
forDuration
ModelElement.RequestTimeIfc forDuration(GetValueIfc time)
-
carrying
ModelElement.RequestDurationIfc carrying(java.lang.Object entity)
-
havingPriority
ModelElement.RequestDurationIfc havingPriority(int priority)
-
withName
ModelElement.RequestDurationIfc withName(java.lang.String name)
-
usingRule
ModelElement.RequestDurationIfc usingRule(Request.PreemptionRule rule)
-
-