Package org.jbpm.simulation.impl.ht
Class AllocatedWork
- java.lang.Object
-
- org.jbpm.simulation.impl.ht.AllocatedWork
-
public class AllocatedWork extends Object
-
-
Constructor Summary
Constructors Constructor Description AllocatedWork(long duration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetAllocatedTime()longgetDuration()longgetWaitTime()booleanisAllocated()voidmerge(AllocatedWork allocate)voidsetAllocatedTime(long allocatedTime)voidsetDuration(long duration)voidsetWaitTime(long waitTime)
-
-
-
Method Detail
-
getAllocatedTime
public long getAllocatedTime()
-
setAllocatedTime
public void setAllocatedTime(long allocatedTime)
-
getWaitTime
public long getWaitTime()
-
setWaitTime
public void setWaitTime(long waitTime)
-
getDuration
public long getDuration()
-
setDuration
public void setDuration(long duration)
-
isAllocated
public boolean isAllocated()
-
merge
public void merge(AllocatedWork allocate)
-
-