Class NetworkSensitivity
java.lang.Object
org.palladiosimulator.reliability.solver.sensitivity.MarkovSensitivity
org.palladiosimulator.reliability.solver.sensitivity.NetworkSensitivity
Provides sensitivity support to alter the failure probabilities of all communication links within
the whole PCM Resource Environment.
-
Field Summary
Fields inherited from class org.palladiosimulator.reliability.solver.sensitivity.MarkovSensitivity
calculator, helper, LOGGER, logWriter, model, name, numberOfSteps -
Constructor Summary
ConstructorsConstructorDescriptionNetworkSensitivity(String name, DoubleParameterVariation variation) The constructor. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanAlters the model according to the next sensitivity analysis step.protected voidExtracts the relevant sensitivity information from the given model.Builds the headings strings for logging.Builds the results strings for sensitivity logging.Methods inherited from class org.palladiosimulator.reliability.solver.sensitivity.MarkovSensitivity
finalize, getCurrentStepNumber, getDoubleVariation, getLogSingleResults, getModel, getNextModel, getStringSequence, increaseCurrentStepNumber, initialize, logResults, resetCurrentStepNumber, setLogFileName, setModel, setResultSpecifications
-
Constructor Details
-
NetworkSensitivity
The constructor.- Parameters:
name- the name of the sensitivity analysisvariation- the parameter variation
-
-
Method Details
-
alterModel
protected boolean alterModel()Alters the model according to the next sensitivity analysis step.- Specified by:
alterModelin classMarkovSensitivity- Returns:
- indicates if the model could be successfully altered
-
extractSensitivityInformation
protected void extractSensitivityInformation()Extracts the relevant sensitivity information from the given model.- Specified by:
extractSensitivityInformationin classMarkovSensitivity
-
getLogHeadingsMulti
Builds the headings strings for logging.- Specified by:
getLogHeadingsMultiin classMarkovSensitivity- Returns:
- the log headings strings
-
getLogSingleResultsMulti
Builds the results strings for sensitivity logging.- Specified by:
getLogSingleResultsMultiin classMarkovSensitivity- Returns:
- the results strings
-