Interface IPerformanceAnalysisResult
-
- All Superinterfaces:
IAnalysisResult
- All Known Subinterfaces:
ILQNResult
- All Known Implementing Classes:
AbstractPerformanceAnalysisResult
,LQNNotConvergedResult
,LQNResult
,LQNSolverAnalysisResult
,LQSimAnalysisResult
,SimuComAnalysisEDP2Result
,SimuComAnalysisResult
,SimuComAnalysisSensorFrameworkResult
,SimulizarAnalysisResult
public interface IPerformanceAnalysisResult extends IAnalysisResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.palladiosimulator.solver.context.aggregatedUsageContext.ComputedAggregatedUsage
getComputedAggregatedUsage()
org.palladiosimulator.analyzer.resultdecorator.ResultDecoratorRepository
getResults()
-
Methods inherited from interface de.uka.ipd.sdq.dsexplore.analysis.IAnalysisResult
getValueFor
-
-