jBPM Simulation 6.0.0.Beta4

org.jbpm.simulation.impl.ht
Class AllocatedWork

java.lang.Object
  extended by org.jbpm.simulation.impl.ht.AllocatedWork

public class AllocatedWork
extends Object


Constructor Summary
AllocatedWork(long duration)
           
 
Method Summary
 long getAllocatedTime()
           
 long getDuration()
           
 long getWaitTime()
           
 boolean isAllocated()
           
 void merge(AllocatedWork allocate)
           
 void setAllocatedTime(long allocatedTime)
           
 void setDuration(long duration)
           
 void setWaitTime(long waitTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllocatedWork

public AllocatedWork(long duration)
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)

jBPM Simulation 6.0.0.Beta4

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.