Interface EntryMakingCallType

    • Method Detail

      • getProb

        Object getProb()
        Returns the value of the 'Prob' attribute.

        If the meaning of the 'Prob' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Prob' attribute.
        See Also:
        setProb(Object), LqnPackage.getEntryMakingCallType_Prob()
        Generated class or method.
        EMF model class or method.
        dataType="org.palladiosimulator.solver.lqn.SrvnFloat" required="true" extendedMetaData="kind='attribute' name='prob' namespace='##targetNamespace'"
      • setProb

        void setProb​(Object value)
        Sets the value of the 'Prob' attribute.
        Parameters:
        value - the new value of the 'Prob' attribute.
        See Also:
        getProb()
        Generated class or method.