Class ManagedPMFParser


  • public final class ManagedPMFParser
    extends Object
    Utility class for parsing PMFs from a serialized StoEx.
    • Method Detail

      • createFromString

        public static de.uka.ipd.sdq.probfunction.math.ManagedPMF createFromString​(String serializedStoEx)
                                                                            throws StringNotPMFException
        Parses a PMF and creates an instance of ManagedPMF.
        Parameters:
        serializedStoEx - the serialized StoEx
        Returns:
        The ManagedPMF instance
        Throws:
        StringNotPMFException - thrown if the StoEx syntax is invalid or does not represent a PMF.