jBPM Simulation 6.0.0.CR3

org.jbpm.simulation
Class SimulationInfo

java.lang.Object
  extended by org.jbpm.simulation.SimulationInfo

public class SimulationInfo
extends Object


Constructor Summary
SimulationInfo(long startTime, String processId, int numberOfExecutions, long interval)
           
 
Method Summary
 long getEndTime()
           
 long getInterval()
           
 int getNumberOfExecutions()
           
 String getProcessId()
           
 String getProcessName()
           
 String getProcessVersion()
           
 long getStartTime()
           
 void setEndTime(long endTime)
           
 void setInterval(int interval)
           
 void setNumberOfExecutions(int numberOfExecutions)
           
 void setProcessId(String processId)
           
 void setProcessName(String processName)
           
 void setProcessVersion(String processVersion)
           
 void setStartTime(long startTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimulationInfo

public SimulationInfo(long startTime,
                      String processId,
                      int numberOfExecutions,
                      long interval)
Method Detail

getStartTime

public long getStartTime()

setStartTime

public void setStartTime(long startTime)

getEndTime

public long getEndTime()

setEndTime

public void setEndTime(long endTime)

getProcessId

public String getProcessId()

setProcessId

public void setProcessId(String processId)

getProcessName

public String getProcessName()

setProcessName

public void setProcessName(String processName)

getProcessVersion

public String getProcessVersion()

setProcessVersion

public void setProcessVersion(String processVersion)

getNumberOfExecutions

public int getNumberOfExecutions()

setNumberOfExecutions

public void setNumberOfExecutions(int numberOfExecutions)

getInterval

public long getInterval()

setInterval

public void setInterval(int interval)

jBPM Simulation 6.0.0.CR3

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