de.uka.ipd.sdq.spa.expression
Interface Loop

All Superinterfaces:
Expression, 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:
ExpressionPackage.getLoop()

Method Summary
 ProbabilityMassFunction getIterationsPMF()
          Returns the value of the 'Iterations PMF' containment reference.
 String getIterationsString()
          Returns the value of the 'Iterations String' attribute.
 Expression getRegExp()
          Returns the value of the 'Reg Exp' containment reference.
 void setIterationsPMF(ProbabilityMassFunction value)
          Sets the value of the 'Iterations PMF' containment reference.
 void setIterationsString(String value)
          Sets the value of the 'Iterations String' attribute.
 void setRegExp(Expression value)
          Sets the value of the 'Reg Exp' containment reference.
 

Method Detail

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:
setRegExp(Expression), ExpressionPackage.getLoop_RegExp()

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:
getRegExp()

getIterationsPMF

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:
setIterationsPMF(ProbabilityMassFunction), ExpressionPackage.getLoop_IterationsPMF()

setIterationsPMF

void setIterationsPMF(ProbabilityMassFunction value)
Sets the value of the 'Iterations PMF' containment reference.

Parameters:
value - the new value of the 'Iterations PMF' containment reference.
See Also:
getIterationsPMF()

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:
setIterationsString(String), ExpressionPackage.getLoop_IterationsString()

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:
getIterationsString()