Interface Loop
- All Superinterfaces:
EObject
,Expression
,Notifier
,Operation
- All Known Implementing Classes:
LoopImpl
A representation of the model object 'Loop'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionde.uka.ipd.sdq.probfunction.ProbabilityMassFunction
Returns the value of the 'Iterations PMF' containment reference.Returns the value of the 'Iterations String' attribute.Returns the value of the 'Reg Exp' containment reference.void
setIterationsPMF
(de.uka.ipd.sdq.probfunction.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.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 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
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
Sets the value of the 'Iterations String
' attribute.- Parameters:
value
- the new value of the 'Iterations String' attribute.- See Also:
- Generated class or method.
-