Class FeatureAnalysisResult
java.lang.Object
de.uka.ipd.sdq.dsexplore.analysis.featurecompletions.FeatureAnalysisResult
- All Implemented Interfaces:
IAnalysisResult
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getValueFor
(org.opt4j.core.Criterion criterion) Get the value of an analysis result.
-
Constructor Details
-
FeatureAnalysisResult
public FeatureAnalysisResult()
-
-
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
-