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 Summary
Constructors Constructor Description LQNUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static doubleconvertStringToDouble(String toConvert)Converts the given String in LQN specific scientific format (e.g.static doublegetResponseTimeOfSubActivities(org.palladiosimulator.solver.lqn.TaskType task)
-
-
-
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:
AnalysisFailedExceptionParseException
-
getResponseTimeOfSubActivities
public static double getResponseTimeOfSubActivities(org.palladiosimulator.solver.lqn.TaskType task) throws ParseException- Throws:
ParseException
-
-