Class ManagedPMFParser
java.lang.Object
org.palladiosimulator.solver.utils.ManagedPMFParser
Utility class for parsing PMFs from a serialized StoEx.
-
Method Summary
Modifier and TypeMethodDescriptionstatic de.uka.ipd.sdq.probfunction.math.ManagedPMF
createFromString
(String serializedStoEx) Parses a PMF and creates an instance ofManagedPMF
.
-
Method Details
-
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.
-