Interface ILQNResult
- All Superinterfaces:
IAnalysisResult
,IPerformanceAnalysisResult
,IStatisticAnalysisResult
- All Known Implementing Classes:
LQNNotConvergedResult
,LQNResult
,LQNSolverAnalysisResult
,LQSimAnalysisResult
public interface ILQNResult
extends IAnalysisResult, IStatisticAnalysisResult, IPerformanceAnalysisResult
-
Method Summary
Modifier and TypeMethodDescriptiondouble
double
double
org.palladiosimulator.analyzer.resultdecorator.ResultDecoratorRepository
double
double
double
Methods inherited from interface de.uka.ipd.sdq.dsexplore.analysis.IAnalysisResult
getValueFor
Methods inherited from interface de.uka.ipd.sdq.dsexplore.analysis.IPerformanceAnalysisResult
getComputedAggregatedUsage
Methods inherited from interface de.uka.ipd.sdq.dsexplore.analysis.IStatisticAnalysisResult
getConfidenceInterval, getNumberOfObservations
-
Method Details
-
getMedianValue
double getMedianValue()- Specified by:
getMedianValue
in interfaceIStatisticAnalysisResult
-
getMeanValue
double getMeanValue()- Specified by:
getMeanValue
in interfaceIStatisticAnalysisResult
-
getSquaredCoefficientOfVariance
double getSquaredCoefficientOfVariance() -
getCoefficientOfVariance
double getCoefficientOfVariance()- Specified by:
getCoefficientOfVariance
in interfaceIStatisticAnalysisResult
-
getVariance
double getVariance() -
getStandardDeviation
double getStandardDeviation()- Specified by:
getStandardDeviation
in interfaceIStatisticAnalysisResult
-
getResults
org.palladiosimulator.analyzer.resultdecorator.ResultDecoratorRepository getResults()- Specified by:
getResults
in interfaceIPerformanceAnalysisResult
-