Class CostAnalysisResult
java.lang.Object
de.uka.ipd.sdq.dsexplore.analysis.cost.CostAnalysisResult
- All Implemented Interfaces:
IAnalysisResult
-
Constructor Summary
ConstructorDescriptionCostAnalysisResult
(double totalCost, double initialCost, double operatingCost, org.palladiosimulator.solver.models.PCMInstance pcmInstance2, Map<org.opt4j.core.Criterion, EvaluationAspectWithContext> criterionToAspect, CostSolverQualityAttributeDeclaration costQualityAttribute) -
Method Summary
Modifier and TypeMethodDescriptiondouble
double
getValueFor
(org.opt4j.core.Criterion criterion) Get the value of an analysis result.
-
Constructor Details
-
CostAnalysisResult
public CostAnalysisResult(double totalCost, double initialCost, double operatingCost, org.palladiosimulator.solver.models.PCMInstance pcmInstance2, Map<org.opt4j.core.Criterion, EvaluationAspectWithContext> criterionToAspect, CostSolverQualityAttributeDeclaration costQualityAttribute)
-
-
Method Details
-
getValueFor
public double getValueFor(org.opt4j.core.Criterion criterion) Description copied from interface:IAnalysisResult
Get the value of an analysis result. For more information on the type of value useIStatisticAnalysisResult
- Specified by:
getValueFor
in interfaceIAnalysisResult
- Returns:
- value calculated from this analysis result
-
getTotalCost
public double getTotalCost()
-