Interface ActivityOrType

    • Method Detail

      • getProb

        String getProb()
        Returns the value of the 'Prob' attribute. The default value is "1".

        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:
        isSetProb(), unsetProb(), setProb(String), LqnPackage.getActivityOrType_Prob()
        Generated class or method.
        EMF model class or method.
        default="1" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='prob' namespace='##targetNamespace'"
      • setProb

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

        boolean isSetProb()
        Returns whether the value of the 'Prob' attribute is set.
        Returns:
        whether the value of the 'Prob' attribute is set.
        See Also:
        unsetProb(), getProb(), setProb(String)
        Generated class or method.