public class AggregatedProcessSimulationEvent extends Object implements AggregatedSimulationEvent
Modifier and Type | Field and Description |
---|---|
protected double |
avgExecutionTime |
protected double |
maxExecutionTime |
protected double |
minExecutionTime |
protected Map<String,Integer> |
pathInstances |
protected String |
processId |
protected String |
processName |
protected String |
processVersion |
protected String |
type |
Constructor and Description |
---|
AggregatedProcessSimulationEvent(Object processInfo,
double minExecutionTime,
double avgExecutionTime,
double maxExecutionTime) |
Modifier and Type | Method and Description |
---|---|
void |
calculateAggregatedPaths(List<String> pathIds) |
void |
calculatePaths(List<String> pathIds) |
double |
getAvgExecutionTime() |
double |
getMaxExecutionTime() |
double |
getMinExecutionTime() |
Integer |
getNumberOfInstancesPerPath(String pathId) |
String |
getPathInfo() |
Map<String,Integer> |
getPathNumberOfInstances() |
String |
getProcessId() |
String |
getProcessName() |
String |
getProcessVersion() |
Object |
getProperty(String name) |
String |
getType() |
void |
setAvgExecutionTime(double avgExecutionTime) |
void |
setMaxExecutionTime(double maxExecutionTime) |
void |
setMinExecutionTime(double minExecutionTime) |
void |
setProcessId(String processId) |
protected void |
setProcessInfoValues(Object processInfo) |
void |
setProcessName(String processName) |
void |
setProcessVersion(String processVersion) |
protected String type
protected String processId
protected String processName
protected String processVersion
protected double minExecutionTime
protected double avgExecutionTime
protected double maxExecutionTime
public AggregatedProcessSimulationEvent(Object processInfo, double minExecutionTime, double avgExecutionTime, double maxExecutionTime)
protected void setProcessInfoValues(Object processInfo)
public double getMinExecutionTime()
public void setMinExecutionTime(double minExecutionTime)
public double getAvgExecutionTime()
public void setAvgExecutionTime(double avgExecutionTime)
public double getMaxExecutionTime()
public void setMaxExecutionTime(double maxExecutionTime)
public Object getProperty(String name)
getProperty
in interface AggregatedSimulationEvent
public String getType()
getType
in interface AggregatedSimulationEvent
public String getProcessId()
public void setProcessId(String processId)
public String getProcessName()
public void setProcessName(String processName)
public String getProcessVersion()
public void setProcessVersion(String processVersion)
public String getPathInfo()
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.