Class ProbabilisticBranchSensitivity

java.lang.Object
org.palladiosimulator.reliability.solver.sensitivity.MarkovSensitivity
org.palladiosimulator.reliability.solver.sensitivity.ProbabilisticBranchSensitivity

public class ProbabilisticBranchSensitivity extends MarkovSensitivity
Provides sensitivity support to alter the branch probability of a probabilistic branch transition.
  • Constructor Details

    • ProbabilisticBranchSensitivity

      public ProbabilisticBranchSensitivity(String name, String branchTransitionId, DoubleParameterVariation variation)
      The constructor.
      Parameters:
      name - the name of the sensitivity analysis
      branchTransitionId - the id of the branch transition to alter
      variation - the parameter variation
  • Method Details

    • alterModel

      protected boolean alterModel()
      Alters the model according to the next sensitivity analysis step.
      Specified by:
      alterModel in class MarkovSensitivity
      Returns:
      indicates if the model could be successfully altered
    • extractSensitivityInformation

      protected void extractSensitivityInformation()
      Extracts the relevant sensitivity information from the given model.
      Specified by:
      extractSensitivityInformation in class MarkovSensitivity
    • getLogHeadingsMulti

      protected List<List<String>> getLogHeadingsMulti()
      Builds the headings strings for logging.
      Specified by:
      getLogHeadingsMulti in class MarkovSensitivity
      Returns:
      the log headings strings
    • getLogSingleResultsMulti

      protected List<String> getLogSingleResultsMulti()
      Builds the results strings for sensitivity logging.
      Specified by:
      getLogSingleResultsMulti in class MarkovSensitivity
      Returns:
      the results strings