Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util |
Modifier and Type | Method and Description |
---|---|
ThreadSubcomponent |
ThreadGroupImplementation.createOwnedThreadSubcomponent()
Creates a new
ThreadSubcomponent and appends it to the 'Owned Thread Subcomponent' containment reference list. |
ThreadSubcomponent |
ProcessImplementation.createOwnedThreadSubcomponent()
Creates a new
ThreadSubcomponent and appends it to the 'Owned Thread Subcomponent' containment reference list. |
ThreadSubcomponent |
AbstractImplementation.createOwnedThreadSubcomponent()
Creates a new
ThreadSubcomponent and appends it to the 'Owned Thread Subcomponent' containment reference list. |
ThreadSubcomponent |
Aadl2Factory.createThreadSubcomponent()
Returns a new object of class 'Thread Subcomponent'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ThreadSubcomponent> |
ThreadGroupImplementation.getOwnedThreadSubcomponents()
Returns the value of the 'Owned Thread Subcomponent' containment reference list.
|
org.eclipse.emf.common.util.EList<ThreadSubcomponent> |
ProcessImplementation.getOwnedThreadSubcomponents()
Returns the value of the 'Owned Thread Subcomponent' containment reference list.
|
org.eclipse.emf.common.util.EList<ThreadSubcomponent> |
AbstractImplementation.getOwnedThreadSubcomponents()
Returns the value of the 'Owned Thread Subcomponent' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
ThreadSubcomponentImpl
An implementation of the model object 'Thread Subcomponent'.
|
Modifier and Type | Method and Description |
---|---|
ThreadSubcomponent |
ThreadGroupImplementationImpl.createOwnedThreadSubcomponent() |
ThreadSubcomponent |
ProcessImplementationImpl.createOwnedThreadSubcomponent() |
ThreadSubcomponent |
AbstractImplementationImpl.createOwnedThreadSubcomponent() |
ThreadSubcomponent |
Aadl2FactoryImpl.createThreadSubcomponent() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ThreadSubcomponent> |
ThreadGroupImplementationImpl.getOwnedThreadSubcomponents() |
org.eclipse.emf.common.util.EList<ThreadSubcomponent> |
ProcessImplementationImpl.getOwnedThreadSubcomponents() |
org.eclipse.emf.common.util.EList<ThreadSubcomponent> |
AbstractImplementationImpl.getOwnedThreadSubcomponents() |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseThreadSubcomponent(ThreadSubcomponent object)
Returns the result of interpreting the object as an instance of 'Thread Subcomponent'.
|
boolean |
Aadl2Validator.validateThreadSubcomponent(ThreadSubcomponent threadSubcomponent,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |