Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util |
Modifier and Type | Interface and Description |
---|---|
interface |
Property
A representation of the model object 'Property Definition'.
|
interface |
PropertyConstant
A representation of the model object 'Property Constant'.
|
Modifier and Type | Method and Description |
---|---|
ArraySizeProperty |
ArraySize.getSizeProperty()
Returns the value of the 'Size Property' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ArraySize.setSizeProperty(ArraySizeProperty value)
Sets the value of the '
Size Property ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
ArraySizePropertyImpl
An implementation of the model object 'Array Size Property'.
|
class |
PropertyConstantImpl
An implementation of the model object 'Property Constant'.
|
class |
PropertyImpl
An implementation of the model object 'Property'.
|
Modifier and Type | Method and Description |
---|---|
ArraySizeProperty |
ArraySizeImpl.basicGetSizeProperty() |
ArraySizeProperty |
ArraySizeImpl.getSizeProperty() |
Modifier and Type | Method and Description |
---|---|
void |
ArraySizeImpl.setSizeProperty(ArraySizeProperty newSizeProperty) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseArraySizeProperty(ArraySizeProperty object)
Returns the result of interpreting the object as an instance of 'Array Size Property'.
|
boolean |
Aadl2Validator.validateArraySizeProperty(ArraySizeProperty arraySizeProperty,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |