edu.cmu.sei.aadl.aadl2
Interface ArrayableElement

All Superinterfaces:
AObject, Element, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
AbstractFeature, AbstractSubcomponent, Access, BusAccess, BusSubcomponent, DataAccess, DataPort, DataSubcomponent, DeviceSubcomponent, DirectedFeature, EventDataPort, EventPort, Feature, FeatureGroup, MemorySubcomponent, Parameter, Port, ProcessorSubcomponent, ProcessSubcomponent, Subcomponent, SubprogramAccess, SubprogramGroupAccess, SubprogramGroupSubcomponent, SubprogramSubcomponent, SystemSubcomponent, ThreadGroupSubcomponent, ThreadSubcomponent, VirtualBusSubcomponent, VirtualProcessorSubcomponent
All Known Implementing Classes:
AbstractFeatureImpl, AbstractSubcomponentImpl, AccessImpl, ArrayableElementImpl, BusAccessImpl, BusSubcomponentImpl, DataAccessImpl, DataPortImpl, DataSubcomponentImpl, DeviceSubcomponentImpl, DirectedFeatureImpl, EventDataPortImpl, EventPortImpl, FeatureGroupImpl, FeatureImpl, MemorySubcomponentImpl, ParameterImpl, PortImpl, ProcessorSubcomponentImpl, ProcessSubcomponentImpl, SubcomponentImpl, SubprogramAccessImpl, SubprogramGroupAccessImpl, SubprogramGroupSubcomponentImpl, SubprogramSubcomponentImpl, SystemSubcomponentImpl, ThreadGroupSubcomponentImpl, ThreadSubcomponentImpl, VirtualBusSubcomponentImpl, VirtualProcessorSubcomponentImpl

public interface ArrayableElement
extends Element

A representation of the model object 'Arrayable Element'.

The following features are supported:

See Also:
Aadl2Package.getArrayableElement()

Field Summary
 
Fields inherited from interface edu.cmu.sei.aadl.aadl2.parsesupport.AObject
copyright
 
Method Summary
 ArraySpecification createArraySpecification()
          Creates a new ArraySpecification and sets the 'Array Specification' containment reference
 ArraySpecification getArraySpecification()
          Returns the value of the 'Array Specification' containment reference
 void setArraySpecification(ArraySpecification value)
          Sets the value of the 'Array Specification' containment reference
 
Methods inherited from interface edu.cmu.sei.aadl.aadl2.Element
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self
 
Methods inherited from interface edu.cmu.sei.aadl.aadl2.parsesupport.AObject
getLocationReference, setLocationReference, setLocationReference
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, 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

getArraySpecification

ArraySpecification getArraySpecification()
Returns the value of the 'Array Specification' containment reference.

If the meaning of the 'Array Specification' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Array Specification' containment reference.
See Also:
setArraySpecification(ArraySpecification), Aadl2Package.getArrayableElement_ArraySpecification()

setArraySpecification

void setArraySpecification(ArraySpecification value)
Sets the value of the 'Array Specification' containment reference.

Parameters:
value - the new value of the 'Array Specification' containment reference.
See Also:
getArraySpecification()

createArraySpecification

ArraySpecification createArraySpecification()
Creates a new ArraySpecification and sets the 'Array Specification' containment reference.

Returns:
The new ArraySpecification.
See Also:
getArraySpecification()