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 TypeMethodDescriptiondoubledoubledoubleorg.palladiosimulator.analyzer.resultdecorator.ResultDecoratorRepositorydoubledoubledoubleMethods inherited from interface de.uka.ipd.sdq.dsexplore.analysis.IAnalysisResult
getValueForMethods inherited from interface de.uka.ipd.sdq.dsexplore.analysis.IPerformanceAnalysisResult
getComputedAggregatedUsageMethods inherited from interface de.uka.ipd.sdq.dsexplore.analysis.IStatisticAnalysisResult
getConfidenceInterval, getNumberOfObservations
-
Method Details
-
getMedianValue
double getMedianValue()- Specified by:
getMedianValuein interfaceIStatisticAnalysisResult
-
getMeanValue
double getMeanValue()- Specified by:
getMeanValuein interfaceIStatisticAnalysisResult
-
getSquaredCoefficientOfVariance
double getSquaredCoefficientOfVariance() -
getCoefficientOfVariance
double getCoefficientOfVariance()- Specified by:
getCoefficientOfVariancein interfaceIStatisticAnalysisResult
-
getVariance
double getVariance() -
getStandardDeviation
double getStandardDeviation()- Specified by:
getStandardDeviationin interfaceIStatisticAnalysisResult
-
getResults
org.palladiosimulator.analyzer.resultdecorator.ResultDecoratorRepository getResults()- Specified by:
getResultsin interfaceIPerformanceAnalysisResult
-