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

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

public interface BehaviorVariableHolder
extends DataHolder, IndexableElement, Target, ElementValues

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

See Also:
AadlBaPackage.getBehaviorVariableHolder()

Field Summary
 
Fields inherited from interface org.osate.aadl2.parsesupport.AObject
copyright
 
Method Summary
 BehaviorVariable getBehaviorVariable()
           
 void setVariable(BehaviorVariable variable)
           
 
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
 
Methods inherited from interface fr.tpt.aadl.annex.behavior.aadlba.IndexableElement
getArrayIndexes, isSetArrayIndexes, unsetArrayIndexes
 

Method Detail

setVariable

void setVariable(BehaviorVariable variable)


getBehaviorVariable

BehaviorVariable getBehaviorVariable()