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 |
ProcessClassifier
A representation of the model object 'Process Classifier'.
|
interface |
ProcessImplementation
A representation of the model object 'Process Implementation'.
|
interface |
ProcessPrototype
A representation of the model object 'Process Prototype'.
|
interface |
ProcessType
A representation of the model object 'Process Type'.
|
Modifier and Type | Method and Description |
---|---|
ProcessSubcomponentType |
ProcessSubcomponent.getProcessSubcomponentType()
Returns the value of the 'Process Subcomponent Type' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessSubcomponent.setProcessSubcomponentType(ProcessSubcomponentType value)
Sets the value of the '
Process 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 |
ProcessClassifierImpl
An implementation of the model object 'Process Classifier'.
|
class |
ProcessImplementationImpl
An implementation of the model object 'Process Implementation'.
|
class |
ProcessPrototypeImpl
An implementation of the model object 'Process Prototype'.
|
class |
ProcessSubcomponentTypeImpl
An implementation of the model object 'Process Subcomponent Type'.
|
class |
ProcessTypeImpl
An implementation of the model object 'Process Type'.
|
Modifier and Type | Method and Description |
---|---|
ProcessSubcomponentType |
ProcessSubcomponentImpl.basicGetProcessSubcomponentType() |
ProcessSubcomponentType |
ProcessSubcomponentImpl.getProcessSubcomponentType() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessSubcomponentImpl.setProcessSubcomponentType(ProcessSubcomponentType newProcessSubcomponentType) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseProcessSubcomponentType(ProcessSubcomponentType object)
Returns the result of interpreting the object as an instance of 'Process Subcomponent Type'.
|
boolean |
Aadl2Validator.validateProcessSubcomponentType(ProcessSubcomponentType processSubcomponentType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |