Interface ILQNResult
-
- All Superinterfaces:
IAnalysisResult,IPerformanceAnalysisResult,IStatisticAnalysisResult
- All Known Implementing Classes:
LQNNotConvergedResult,LQNResult,LQNSolverAnalysisResult,LQSimAnalysisResult
public interface ILQNResult extends IAnalysisResult, IStatisticAnalysisResult, IPerformanceAnalysisResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetCoefficientOfVariance()doublegetMeanValue()doublegetMedianValue()org.palladiosimulator.analyzer.resultdecorator.ResultDecoratorRepositorygetResults()doublegetSquaredCoefficientOfVariance()doublegetStandardDeviation()doublegetVariance()-
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 Detail
-
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
-
-