All Superinterfaces:
EObject, Expression, Notifier, Operation
All Known Implementing Classes:
LoopImpl

public interface Loop extends Operation
A representation of the model object 'Loop'.

The following features are supported:

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

    • getRegExp

      Expression getRegExp()
      Returns the value of the 'Reg Exp' containment reference.

      If the meaning of the 'Reg Exp' containment reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Reg Exp' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" required="true"
    • setRegExp

      void setRegExp(Expression value)
      Sets the value of the 'Reg Exp' containment reference.
      Parameters:
      value - the new value of the 'Reg Exp' containment reference.
      See Also:
      Generated class or method.
    • getIterationsPMF

      de.uka.ipd.sdq.probfunction.ProbabilityMassFunction getIterationsPMF()
      Returns the value of the 'Iterations PMF' containment reference.

      If the meaning of the 'Iterations PMF' containment reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Iterations PMF' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" transient="true" volatile="true"
    • setIterationsPMF

      void setIterationsPMF(de.uka.ipd.sdq.probfunction.ProbabilityMassFunction value)
      Sets the value of the ' Iterations PMF' containment reference.
      Parameters:
      value - the new value of the 'Iterations PMF' containment reference.
      See Also:
      Generated class or method.
    • getIterationsString

      String getIterationsString()
      Returns the value of the 'Iterations String' attribute. The default value is "".

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

      Returns:
      the value of the 'Iterations String' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      default="" unique="false"
    • setIterationsString

      void setIterationsString(String value)
      Sets the value of the ' Iterations String' attribute.
      Parameters:
      value - the new value of the 'Iterations String' attribute.
      See Also:
      Generated class or method.