Package alps.java.api.util
Schnittstelle IHasSimpleSimBilledWaitingTime
public interface IHasSimpleSimBilledWaitingTime
For simple simulation data values of receive states
Define whether the waiting time is factored into the cost calculation
(e.g. if the subject carrier can use the time otherwise, this value is 0% and
waiting is not factored into the active time and cost for the subject exectuion.
With a value of 100% the subject carrier is considered to be waiting actively and
may not do other tasks therefore costing the time
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdouble
Define whether the waiting time is factored into the cost calculation (e.g. if the subject carrier can use the time otherwise, this value is 0% and waiting is not factored into the active time and cost for the subject exectuion.void
setSiSiBilledWaitingTime
(double sisiWaitingTimeUsable) Define whether the waiting time is factored into the cost calculation (e.g. if the subject carrier can use the time otherwise, this value is 0% and waiting is not factored into the active time and cost for the subject exectuion.
-
Methodendetails
-
getSiSiBilledWaitingTime
double getSiSiBilledWaitingTime()Define whether the waiting time is factored into the cost calculation (e.g. if the subject carrier can use the time otherwise, this value is 0% and waiting is not factored into the active time and cost for the subject exectuion. With a value of 100% the subject carrier is considered to be waiting actively and may not do other tasks therefore costing the time- Gibt zurück:
- the percentage of time is factoring into billing for this receive state
-
setSiSiBilledWaitingTime
void setSiSiBilledWaitingTime(double sisiWaitingTimeUsable) Define whether the waiting time is factored into the cost calculation (e.g. if the subject carrier can use the time otherwise, this value is 0% and waiting is not factored into the active time and cost for the subject exectuion. With a value of 100% the subject carrier is considered to be waiting actively and may not do other tasks therefore costing the time- Parameter:
sisiWaitingTimeUsable
- a value between 0 and 1
-