Interface Loop
-
- 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:
ExpressionPackage.getLoop()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description de.uka.ipd.sdq.probfunction.ProbabilityMassFunctiongetIterationsPMF()Returns the value of the 'Iterations PMF' containment reference.StringgetIterationsString()Returns the value of the 'Iterations String' attribute.ExpressiongetRegExp()Returns the value of the 'Reg Exp' containment reference.voidsetIterationsPMF(de.uka.ipd.sdq.probfunction.ProbabilityMassFunction value)Sets the value of the 'Iterations PMF' containment reference.voidsetIterationsString(String value)Sets the value of the 'Iterations String' attribute.voidsetRegExp(Expression value)Sets the value of the 'Reg Exp' containment reference.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
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()- 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:
getRegExp()- 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:
setIterationsPMF(ProbabilityMassFunction),ExpressionPackage.getLoop_IterationsPMF()- 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:
getIterationsPMF()- 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:
setIterationsString(String),ExpressionPackage.getLoop_IterationsString()- 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:
getIterationsString()- Generated class or method.
-
-