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

All Superinterfaces:
org.osate.aadl2.parsesupport.AObject, BehaviorElement, org.osate.aadl2.Element, ElementHolder, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, IndexableElement, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
GroupPrototypeHolder

public interface GroupHolder
extends ElementHolder, IndexableElement

A representation of the model object 'Group Holder'.

See Also:
AadlBaPackage.getGroupHolder()

Field Summary
 
Fields inherited from interface org.osate.aadl2.parsesupport.AObject
copyright
 
Method Summary
 org.osate.aadl2.NamedElement getGroup()
           
 void setGroup(org.osate.aadl2.NamedElement group)
           
 
Methods inherited from interface fr.tpt.aadl.annex.behavior.aadlba.ElementHolder
getElement, setElement
 
Methods inherited from interface fr.tpt.aadl.annex.behavior.aadlba.IndexableElement
getArrayIndexes, isSetArrayIndexes, unsetArrayIndexes
 
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

setGroup

void setGroup(org.osate.aadl2.NamedElement group)


getGroup

org.osate.aadl2.NamedElement getGroup()