Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util |
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractClassifier
A representation of the model object 'Abstract Classifier'.
|
interface |
AbstractImplementation
A representation of the model object 'Abstract Implementation'.
|
interface |
AbstractPrototype
A representation of the model object 'Abstract Prototype'.
|
interface |
AbstractType
A representation of the model object 'Abstract Type'.
|
interface |
DataClassifier
A representation of the model object 'Data Classifier'.
|
interface |
DataImplementation
A representation of the model object 'Data Implementation'.
|
interface |
DataPrototype
A representation of the model object 'Data Prototype'.
|
interface |
DataType
A representation of the model object 'Data Type'.
|
Modifier and Type | Method and Description |
---|---|
DataSubcomponentType |
DataPort.getDataFeatureClassifier()
Returns the value of the 'Data Feature Classifier' reference.
|
DataSubcomponentType |
DataAccess.getDataFeatureClassifier()
Returns the value of the 'Data Feature Classifier' reference.
|
DataSubcomponentType |
EventDataPort.getDataFeatureClassifier()
Returns the value of the 'Data Feature Classifier' reference.
|
DataSubcomponentType |
Parameter.getDataFeatureClassifier()
Returns the value of the 'Data Feature Classifier' reference.
|
DataSubcomponentType |
DataSubcomponent.getDataSubcomponentType()
Returns the value of the 'Data Subcomponent Type' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
DataPort.setDataFeatureClassifier(DataSubcomponentType value)
Sets the value of the '
Data Feature Classifier ' reference. |
void |
DataAccess.setDataFeatureClassifier(DataSubcomponentType value)
Sets the value of the '
Data Feature Classifier ' reference. |
void |
EventDataPort.setDataFeatureClassifier(DataSubcomponentType value)
Sets the value of the '
Data Feature Classifier ' reference. |
void |
Parameter.setDataFeatureClassifier(DataSubcomponentType value)
Sets the value of the '
Data Feature Classifier ' reference. |
void |
DataSubcomponent.setDataSubcomponentType(DataSubcomponentType value)
Sets the value of the '
Data Subcomponent Type ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClassifierImpl
An implementation of the model object 'Abstract Classifier'.
|
class |
AbstractImplementationImpl
An implementation of the model object 'Abstract Implementation'.
|
class |
AbstractPrototypeImpl
An implementation of the model object 'Abstract Prototype'.
|
class |
AbstractTypeImpl
An implementation of the model object 'Abstract Type'.
|
class |
DataClassifierImpl
An implementation of the model object 'Data Classifier'.
|
class |
DataImplementationImpl
An implementation of the model object 'Data Implementation'.
|
class |
DataPrototypeImpl
An implementation of the model object 'Data Prototype'.
|
class |
DataSubcomponentTypeImpl
An implementation of the model object 'Data Subcomponent Type'.
|
class |
DataTypeImpl
An implementation of the model object 'Data Type'.
|
Modifier and Type | Method and Description |
---|---|
DataSubcomponentType |
ParameterImpl.basicGetDataFeatureClassifier() |
DataSubcomponentType |
EventDataPortImpl.basicGetDataFeatureClassifier() |
DataSubcomponentType |
DataPortImpl.basicGetDataFeatureClassifier() |
DataSubcomponentType |
DataAccessImpl.basicGetDataFeatureClassifier() |
DataSubcomponentType |
DataSubcomponentImpl.basicGetDataSubcomponentType() |
DataSubcomponentType |
ParameterImpl.getDataFeatureClassifier() |
DataSubcomponentType |
EventDataPortImpl.getDataFeatureClassifier() |
DataSubcomponentType |
DataPortImpl.getDataFeatureClassifier() |
DataSubcomponentType |
DataAccessImpl.getDataFeatureClassifier() |
DataSubcomponentType |
DataSubcomponentImpl.getDataSubcomponentType() |
Modifier and Type | Method and Description |
---|---|
void |
ParameterImpl.setDataFeatureClassifier(DataSubcomponentType newDataFeatureClassifier) |
void |
EventDataPortImpl.setDataFeatureClassifier(DataSubcomponentType newDataFeatureClassifier) |
void |
DataPortImpl.setDataFeatureClassifier(DataSubcomponentType newDataFeatureClassifier) |
void |
DataAccessImpl.setDataFeatureClassifier(DataSubcomponentType newDataFeatureClassifier) |
void |
DataSubcomponentImpl.setDataSubcomponentType(DataSubcomponentType newDataSubcomponentType) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseDataSubcomponentType(DataSubcomponentType object)
Returns the result of interpreting the object as an instance of 'Data Subcomponent Type'.
|
boolean |
Aadl2Validator.validateDataSubcomponentType(DataSubcomponentType dataSubcomponentType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |