|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ForOrForAllStatement
A representation of the model object 'For Or For All Statement'.
The following features are supported:
AadlBaPackage.getForOrForAllStatement()
Field Summary |
---|
Fields inherited from interface org.osate.aadl2.parsesupport.AObject |
---|
copyright |
Method Summary | |
---|---|
ElementValues |
getIteratedValues()
Returns the value of the 'Iterated Values' containment reference |
IterativeVariable |
getIterativeVariable()
Returns the value of the 'Iterative Variable' containment reference |
boolean |
isForAll()
Returns the value of the 'For All' attribute. |
void |
setForAll(boolean value)
Sets the value of the ' For All ' attribute |
void |
setIteratedValues(ElementValues value)
Sets the value of the ' Iterated Values ' containment reference |
void |
setIterativeVariable(IterativeVariable value)
Sets the value of the ' Iterative Variable ' containment reference |
Methods inherited from interface fr.tpt.aadl.annex.behavior.aadlba.CondStatement |
---|
getBehaviorActions, setBehaviorActions |
Methods inherited from interface org.osate.aadl2.Element |
---|
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self |
Methods inherited from interface org.osate.aadl2.parsesupport.AObject |
---|
getLocationReference, setLocationReference, setLocationReference |
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 |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Method Detail |
---|
ElementValues getIteratedValues()
If the meaning of the 'Iterated Values' containment reference isn't clear, there really should be more of a description here...
setIteratedValues(ElementValues)
,
AadlBaPackage.getForOrForAllStatement_IteratedValues()
void setIteratedValues(ElementValues value)
Iterated Values
' containment reference.
value
- the new value of the 'Iterated Values' containment reference.getIteratedValues()
boolean isForAll()
"false"
.
If the meaning of the 'For All' attribute isn't clear, there really should be more of a description here...
setForAll(boolean)
,
AadlBaPackage.getForOrForAllStatement_ForAll()
void setForAll(boolean value)
For All
' attribute.
value
- the new value of the 'For All' attribute.isForAll()
IterativeVariable getIterativeVariable()
If the meaning of the 'Iterative Variable' reference isn't clear, there really should be more of a description here...
setIterativeVariable(IterativeVariable)
,
AadlBaPackage.getForOrForAllStatement_IterativeVariable()
void setIterativeVariable(IterativeVariable value)
Iterative Variable
' containment reference.
value
- the new value of the 'Iterative Variable' containment reference.getIterativeVariable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |