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 |
SubprogramClassifier
A representation of the model object 'Subprogram Classifier'.
|
interface |
SubprogramImplementation
A representation of the model object 'Subprogram Implementation'.
|
interface |
SubprogramPrototype
A representation of the model object 'Subprogram Prototype'.
|
interface |
SubprogramSubcomponent
A representation of the model object 'Subprogram Subcomponent'.
|
interface |
SubprogramSubcomponentType
A representation of the model object 'Subprogram Subcomponent Type'.
|
interface |
SubprogramType
A representation of the model object 'Subprogram Type'.
|
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 |
SubprogramClassifierImpl
An implementation of the model object 'Subprogram Classifier'.
|
class |
SubprogramImpl
An implementation of the model object 'Subprogram'.
|
class |
SubprogramImplementationImpl
An implementation of the model object 'Subprogram Implementation'.
|
class |
SubprogramPrototypeImpl
An implementation of the model object 'Subprogram Prototype'.
|
class |
SubprogramSubcomponentImpl
An implementation of the model object 'Subprogram Subcomponent'.
|
class |
SubprogramSubcomponentTypeImpl
An implementation of the model object 'Subprogram Subcomponent Type'.
|
class |
SubprogramTypeImpl
An implementation of the model object 'Subprogram Type'.
|
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseSubprogram(Subprogram object)
Returns the result of interpreting the object as an instance of 'Subprogram'.
|
boolean |
Aadl2Validator.validateSubprogram(Subprogram subprogram,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |