Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util |
Modifier and Type | Method and Description |
---|---|
ArraySize |
Aadl2Factory.createArraySize()
Returns a new object of class 'Array Size'.
|
ArraySize |
ArrayDimension.createSize()
Creates a new
ArraySize and sets the 'Size' containment reference. |
ArraySize |
ArrayDimension.getSize()
Returns the value of the 'Size' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ArrayDimension.setSize(ArraySize value)
Sets the value of the '
Size ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
ArraySizeImpl
An implementation of the model object 'Array Size'.
|
Modifier and Type | Method and Description |
---|---|
ArraySize |
Aadl2FactoryImpl.createArraySize() |
ArraySize |
ArrayDimensionImpl.createSize() |
ArraySize |
ArrayDimensionImpl.getSize() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ArrayDimensionImpl.basicSetSize(ArraySize newSize,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ArrayDimensionImpl.setSize(ArraySize newSize) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseArraySize(ArraySize object)
Returns the result of interpreting the object as an instance of 'Array Size'.
|
boolean |
Aadl2Validator.validateArraySize(ArraySize arraySize,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |