Interface BranchProbability

    • Method Detail

      • getProbability

        double getProbability()
        Returns the value of the 'Probability' attribute.

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

        Returns:
        the value of the 'Probability' attribute.
        See Also:
        setProbability(double), ComputedUsagePackage.getBranchProbability_Probability()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setProbability

        void setProbability​(double value)
        Sets the value of the ' Probability' attribute.
        Parameters:
        value - the new value of the 'Probability' attribute.
        See Also:
        getProbability()
        Generated class or method.
      • setBranchtransition_BranchProbability

        void setBranchtransition_BranchProbability​(org.palladiosimulator.pcm.seff.AbstractBranchTransition value)
        Sets the value of the ' Branchtransition Branch Probability' reference.
        Parameters:
        value - the new value of the 'Branchtransition Branch Probability' reference.
        See Also:
        getBranchtransition_BranchProbability()
        Generated class or method.