Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util |
Modifier and Type | Method and Description |
---|---|
Parameter |
FeatureGroupType.createOwnedParameter()
Creates a new
Parameter and appends it to the 'Owned Parameter' containment reference list. |
Parameter |
SubprogramType.createOwnedParameter()
Creates a new
Parameter and appends it to the 'Owned Parameter' containment reference list. |
Parameter |
Aadl2Factory.createParameter()
Returns a new object of class 'Parameter'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Parameter> |
FeatureGroupType.getOwnedParameters()
Returns the value of the 'Owned Parameter' containment reference list.
|
org.eclipse.emf.common.util.EList<Parameter> |
SubprogramType.getOwnedParameters()
Returns the value of the 'Owned Parameter' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
ParameterImpl
An implementation of the model object 'Parameter'.
|
Modifier and Type | Method and Description |
---|---|
Parameter |
SubprogramTypeImpl.createOwnedParameter() |
Parameter |
FeatureGroupTypeImpl.createOwnedParameter() |
Parameter |
Aadl2FactoryImpl.createParameter() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Parameter> |
SubprogramTypeImpl.getOwnedParameters() |
org.eclipse.emf.common.util.EList<Parameter> |
FeatureGroupTypeImpl.getOwnedParameters() |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseParameter(Parameter object)
Returns the result of interpreting the object as an instance of 'Parameter'.
|
boolean |
Aadl2Validator.validateParameter(Parameter parameter,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |