org.jbpm.simulation.impl.events
Class AggregatedProcessSimulationEvent
java.lang.Object
org.jbpm.simulation.impl.events.AggregatedProcessSimulationEvent
- All Implemented Interfaces:
- AggregatedSimulationEvent
public class AggregatedProcessSimulationEvent
- extends Object
- implements AggregatedSimulationEvent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected String type
processId
protected String processId
processName
protected String processName
processVersion
protected String processVersion
minExecutionTime
protected double minExecutionTime
avgExecutionTime
protected double avgExecutionTime
maxExecutionTime
protected double maxExecutionTime
pathInstances
protected Map<String,Integer> pathInstances
AggregatedProcessSimulationEvent
public AggregatedProcessSimulationEvent(Object processInfo,
double minExecutionTime,
double avgExecutionTime,
double maxExecutionTime)
setProcessInfoValues
protected void setProcessInfoValues(Object processInfo)
getMinExecutionTime
public double getMinExecutionTime()
setMinExecutionTime
public void setMinExecutionTime(double minExecutionTime)
getAvgExecutionTime
public double getAvgExecutionTime()
setAvgExecutionTime
public void setAvgExecutionTime(double avgExecutionTime)
getMaxExecutionTime
public double getMaxExecutionTime()
setMaxExecutionTime
public void setMaxExecutionTime(double maxExecutionTime)
getProperty
public Object getProperty(String name)
- Specified by:
getProperty in interface AggregatedSimulationEvent
getType
public String getType()
- Specified by:
getType in interface AggregatedSimulationEvent
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)
calculatePaths
public void calculatePaths(List<String> pathIds)
calculateAggregatedPaths
public void calculateAggregatedPaths(List<String> pathIds)
getPathInfo
public String getPathInfo()
getPathNumberOfInstances
public Map<String,Integer> getPathNumberOfInstances()
getNumberOfInstancesPerPath
public Integer getNumberOfInstancesPerPath(String pathId)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.