Class LQNResult
java.lang.Object
de.uka.ipd.sdq.dsexplore.analysis.AbstractPerformanceAnalysisResult
de.uka.ipd.sdq.dsexplore.analysis.lqn.LQNResult
- All Implemented Interfaces:
IAnalysisResult,IPerformanceAnalysisResult,IStatisticAnalysisResult,ILQNResult
- Direct Known Subclasses:
LQNSolverAnalysisResult,LQSimAnalysisResult
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static org.apache.log4j.Loggerprotected doubleprotected doubleprotected doubleprotected doubleFields inherited from class de.uka.ipd.sdq.dsexplore.analysis.AbstractPerformanceAnalysisResult
results -
Constructor Summary
ConstructorsConstructorDescriptionLQNResult(org.palladiosimulator.solver.models.PCMInstance pcm, org.palladiosimulator.solver.lqn.LqnModelType model, org.opt4j.core.Criterion criterion, Map<org.opt4j.core.Criterion, EvaluationAspectWithContext> objectiveToAspect, LQNQualityAttributeDeclaration qualityAttributeInfo) -
Method Summary
Modifier and TypeMethodDescriptiondoubledoubledoubledoubledoubledoubledoubledoublegetValueFor(org.opt4j.core.Criterion criterion) Get the value of an analysis result.doubleMethods inherited from class de.uka.ipd.sdq.dsexplore.analysis.AbstractPerformanceAnalysisResult
getComputedAggregatedUsage, getResults, solveDependenciesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.uka.ipd.sdq.dsexplore.analysis.lqn.ILQNResult
getResultsMethods inherited from interface de.uka.ipd.sdq.dsexplore.analysis.IPerformanceAnalysisResult
getComputedAggregatedUsageMethods inherited from interface de.uka.ipd.sdq.dsexplore.analysis.IStatisticAnalysisResult
getConfidenceInterval, getNumberOfObservations
-
Field Details
-
logger
protected static org.apache.log4j.Logger logger -
meanResponseTime
protected double meanResponseTime -
throughput
protected double throughput -
maxUtilization
protected double maxUtilization -
squaredCoeffVariance
protected double squaredCoeffVariance
-
-
Constructor Details
-
LQNResult
public LQNResult(org.palladiosimulator.solver.models.PCMInstance pcm, org.palladiosimulator.solver.lqn.LqnModelType model, org.opt4j.core.Criterion criterion, Map<org.opt4j.core.Criterion, EvaluationAspectWithContext> objectiveToAspect, LQNQualityAttributeDeclaration qualityAttributeInfo) throws AnalysisFailedException- Throws:
AnalysisFailedException
-
-
Method Details
-
getMedianValue
public double getMedianValue()- Specified by:
getMedianValuein interfaceILQNResult- Specified by:
getMedianValuein interfaceIStatisticAnalysisResult
-
getValueFor
public double getValueFor(org.opt4j.core.Criterion criterion) Description copied from interface:IAnalysisResultGet the value of an analysis result. For more information on the type of value useIStatisticAnalysisResult- Specified by:
getValueForin interfaceIAnalysisResult- Returns:
- value calculated from this analysis result
-
getMeanValue
public double getMeanValue()Description copied from interface:ILQNResult- Specified by:
getMeanValuein interfaceILQNResult- Specified by:
getMeanValuein interfaceIStatisticAnalysisResult
-
getThroughput
public double getThroughput() -
getMaxUtilisation
public double getMaxUtilisation() -
getSquaredCoefficientOfVariance
public double getSquaredCoefficientOfVariance()- Specified by:
getSquaredCoefficientOfVariancein interfaceILQNResult
-
getCoefficientOfVariance
public double getCoefficientOfVariance()- Specified by:
getCoefficientOfVariancein interfaceILQNResult- Specified by:
getCoefficientOfVariancein interfaceIStatisticAnalysisResult
-
getVariance
public double getVariance()- Specified by:
getVariancein interfaceILQNResult
-
getStandardDeviation
public double getStandardDeviation()- Specified by:
getStandardDeviationin interfaceILQNResult- Specified by:
getStandardDeviationin interfaceIStatisticAnalysisResult
-