Class LQNUtils

java.lang.Object
de.uka.ipd.sdq.dsexplore.analysis.lqn.LQNUtils

public class LQNUtils extends Object
Provides utility methods which are useful when working with LQN.
  • Constructor Details

    • LQNUtils

      public LQNUtils()
  • Method Details

    • convertStringToDouble

      public static double convertStringToDouble(String toConvert) throws ParseException
      Converts the given String in LQN specific scientific format (e.g. 1.0E-003) to the corresponding double value.
      Parameters:
      toConvert -
      Returns:
      Throws:
      AnalysisFailedException
      ParseException
    • getResponseTimeOfSubActivities

      public static double getResponseTimeOfSubActivities(org.palladiosimulator.solver.lqn.TaskType task) throws ParseException
      Throws:
      ParseException