Package org.jbpm.simulation.impl.ht
Interface StaffPool
-
- All Known Implementing Classes:
StaffPoolImpl
public interface StaffPool
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longallocate(long startTime)longallocate(long startTime, org.kie.api.definition.process.Node element)TimeUnitgetElementTimeUnit()doublegetResourceCost()doublegetResourceUtilization()
-
-
-
Method Detail
-
allocate
long allocate(long startTime)
-
allocate
long allocate(long startTime, org.kie.api.definition.process.Node element)
-
getResourceUtilization
double getResourceUtilization()
-
getResourceCost
double getResourceCost()
-
getElementTimeUnit
TimeUnit getElementTimeUnit()
-
-