org.jbpm.simulation
Class SimulationInfo
java.lang.Object
org.jbpm.simulation.SimulationInfo
public class SimulationInfo
- extends Object
|
Constructor Summary |
SimulationInfo(long startTime,
String processId,
int numberOfExecutions,
long interval)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimulationInfo
public SimulationInfo(long startTime,
String processId,
int numberOfExecutions,
long interval)
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)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.