Interface BranchProbability

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
BranchProbabilityImpl

public interface BranchProbability extends EObject
A representation of the model object 'Branch Probability '.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Field Details

  • Method Details

    • 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:
      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:
      Generated class or method.
    • getBranchtransition_BranchProbability

      org.palladiosimulator.pcm.seff.AbstractBranchTransition getBranchtransition_BranchProbability()
      Returns the value of the 'Branchtransition Branch Probability' reference.

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

      Returns:
      the value of the 'Branchtransition Branch Probability' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • 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:
      Generated class or method.