fr.tpt.aadl.annex.behavior.aadlba
Interface IterativeVariableHolder

All Superinterfaces:
org.osate.aadl2.parsesupport.AObject, BehaviorElement, DataHolder, org.osate.aadl2.Element, ElementHolder, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, IntegerValue, IntegerValueVariable, org.eclipse.emf.common.notify.Notifier, Value, ValueVariable

public interface IterativeVariableHolder
extends DataHolder

A representation of the model object 'Iterative Variable Holder'.

See Also:
AadlBaPackage.getIterativeVariableHolder()

Field Summary
 
Fields inherited from interface org.osate.aadl2.parsesupport.AObject
copyright
 
Method Summary
 IterativeVariable getIterativeVariable()
           
 void setIterativeVariable(IterativeVariable itV)
           
 
Methods inherited from interface fr.tpt.aadl.annex.behavior.aadlba.ElementHolder
getElement, setElement
 
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

setIterativeVariable

void setIterativeVariable(IterativeVariable itV)


getIterativeVariable

IterativeVariable getIterativeVariable()