Class ManagedPMFParser
- java.lang.Object
-
- org.palladiosimulator.solver.utils.ManagedPMFParser
-
public final class ManagedPMFParser extends Object
Utility class for parsing PMFs from a serialized StoEx.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static de.uka.ipd.sdq.probfunction.math.ManagedPMF
createFromString(String serializedStoEx)
Parses a PMF and creates an instance ofManagedPMF
.
-
-
-
Method Detail
-
createFromString
public static de.uka.ipd.sdq.probfunction.math.ManagedPMF createFromString(String serializedStoEx) throws StringNotPMFException
Parses a PMF and creates an instance ofManagedPMF
.- Parameters:
serializedStoEx
- the serialized StoEx- Returns:
- The
ManagedPMF
instance - Throws:
StringNotPMFException
- thrown if the StoEx syntax is invalid or does not represent a PMF.
-
-