Class LQNUtils


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

      • LQNUtils

        public LQNUtils()
    • Method Detail

      • 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