public class AgentClassMetricDescription
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
AgentClassMetricDescription()
Instantiates a new agent class metric description.
|
AgentClassMetricDescription(Project currProject)
Instantiates a new agent class metric description.
|
AgentClassMetricDescription(Project currProject,
java.lang.String className,
double userPredictedMetric,
double realMetric,
double realMetricMin,
double realMetricMax,
double realMetricAverage)
Instantiates a new agent class metric description.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName()
Gets the class name.
|
double |
getRealMetric()
Gets the real metric.
|
double |
getRealMetricAverage()
Gets the real metric average.
|
double |
getRealMetricMax()
Gets the real metric max.
|
double |
getRealMetricMin()
Gets the real metric minimum.
|
double |
getUserPredictedMetric()
Gets the user predicted metric.
|
void |
setClassName(java.lang.String className)
Sets the class name.
|
void |
setRealMetric(double realMetric)
Sets the real metric.
|
void |
setRealMetricAverage(double realMetricAverage)
Sets the real metric average.
|
void |
setRealMetricMax(double realMetricMax)
Sets the real metric max.
|
void |
setRealMetricMin(double realMetricMin)
Sets the real metric min.
|
void |
setUserPredictedMetric(double userPredictedMetric)
Sets the user predicted metric.
|
java.lang.String |
toString() |
public AgentClassMetricDescription()
public AgentClassMetricDescription(Project currProject)
public AgentClassMetricDescription(Project currProject, java.lang.String className, double userPredictedMetric, double realMetric, double realMetricMin, double realMetricMax, double realMetricAverage)
className
- the class name of the agentuserPredictedMetric
- the user predictive loadrealMetricMin
- the minimum real loadrealMetricMax
- the maximum real load maxrealMetricAverage
- the real metric averagepublic java.lang.String getClassName()
public void setClassName(java.lang.String className)
className
- the new class namepublic double getUserPredictedMetric()
public void setUserPredictedMetric(double userPredictedMetric)
userPredictedMetric
- the new user predicted metricpublic double getRealMetric()
public void setRealMetric(double realMetric)
realMetric
- the new real metricpublic double getRealMetricAverage()
public void setRealMetricAverage(double realMetricAverage)
realMetricAverage
- the new real metric averagepublic double getRealMetricMin()
public void setRealMetricMin(double realMetricMin)
realMetricMin
- the realMetricMin to setpublic double getRealMetricMax()
public void setRealMetricMax(double realMetricMax)
realMetricMax
- the realMetricMax to setpublic java.lang.String toString()
toString
in class java.lang.Object