Class LQNUtils
java.lang.Object
de.uka.ipd.sdq.dsexplore.analysis.lqn.LQNUtils
Provides utility methods which are useful when working with LQN.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic double
convertStringToDouble
(String toConvert) Converts the given String in LQN specific scientific format (e.g.static double
getResponseTimeOfSubActivities
(org.palladiosimulator.solver.lqn.TaskType task)
-
Constructor Details
-
LQNUtils
public LQNUtils()
-
-
Method Details
-
convertStringToDouble
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
-