Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util |
Modifier and Type | Method and Description |
---|---|
ArrayDimension |
Aadl2Factory.createArrayDimension()
Returns a new object of class 'Array Dimension'.
|
ArrayDimension |
ArrayableElement.createArrayDimension()
Creates a new
ArrayDimension and appends it to the 'Array Dimension' containment reference list. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ArrayDimension> |
ArrayableElement.getArrayDimensions()
Returns the value of the 'Array Dimension' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayDimensionImpl
An implementation of the model object 'Array Dimension'.
|
Modifier and Type | Method and Description |
---|---|
ArrayDimension |
SubcomponentImpl.createArrayDimension() |
ArrayDimension |
FeatureImpl.createArrayDimension() |
ArrayDimension |
ArrayableElementImpl.createArrayDimension() |
ArrayDimension |
Aadl2FactoryImpl.createArrayDimension() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ArrayDimension> |
SubcomponentImpl.getArrayDimensions() |
org.eclipse.emf.common.util.EList<ArrayDimension> |
FeatureImpl.getArrayDimensions() |
org.eclipse.emf.common.util.EList<ArrayDimension> |
ArrayableElementImpl.getArrayDimensions() |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseArrayDimension(ArrayDimension object)
Returns the result of interpreting the object as an instance of 'Array Dimension'.
|
boolean |
Aadl2Validator.validateArrayDimension(ArrayDimension arrayDimension,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |