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

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

public interface DataAccessHolder
extends DataHolder, GroupableElement, IndexableElement, Target, ElementValues

A representation of the model object 'Data Access Holder'.

See Also:
AadlBaPackage.getDataAccessHolder()

Field Summary
 
Fields inherited from interface org.osate.aadl2.parsesupport.AObject
copyright
 
Method Summary
 org.osate.aadl2.DataAccess getDataAccess()
           
 void setDataAccess(org.osate.aadl2.DataAccess dataAccess)
           
 
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.GroupableElement
getGroupHolders, isSetGroupHolders, unsetGroupHolders
 
Methods inherited from interface fr.tpt.aadl.annex.behavior.aadlba.IndexableElement
getArrayIndexes, isSetArrayIndexes, unsetArrayIndexes
 

Method Detail

setDataAccess

void setDataAccess(org.osate.aadl2.DataAccess dataAccess)


getDataAccess

org.osate.aadl2.DataAccess getDataAccess()