Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util | |
org.osate.xtext.aadl2.validation |
Modifier and Type | Method and Description |
---|---|
DataAccess |
Aadl2Factory.createDataAccess()
Returns a new object of class 'Data Access'.
|
DataAccess |
ProcessType.createOwnedDataAccess()
Creates a new
DataAccess and appends it to the 'Owned Data Access' containment reference list. |
DataAccess |
SystemType.createOwnedDataAccess()
Creates a new
DataAccess and appends it to the 'Owned Data Access' containment reference list. |
DataAccess |
ThreadGroupType.createOwnedDataAccess()
Creates a new
DataAccess and appends it to the 'Owned Data Access' containment reference list. |
DataAccess |
AbstractType.createOwnedDataAccess()
Creates a new
DataAccess and appends it to the 'Owned Data Access' containment reference list. |
DataAccess |
ThreadType.createOwnedDataAccess()
Creates a new
DataAccess and appends it to the 'Owned Data Access' containment reference list. |
DataAccess |
FeatureGroupType.createOwnedDataAccess()
Creates a new
DataAccess and appends it to the 'Owned Data Access' containment reference list. |
DataAccess |
SubprogramType.createOwnedDataAccess()
Creates a new
DataAccess and appends it to the 'Owned Data Access' containment reference list. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<DataAccess> |
ProcessType.getOwnedDataAccesses()
Returns the value of the 'Owned Data Access' containment reference list.
|
org.eclipse.emf.common.util.EList<DataAccess> |
SystemType.getOwnedDataAccesses()
Returns the value of the 'Owned Data Access' containment reference list.
|
org.eclipse.emf.common.util.EList<DataAccess> |
ThreadGroupType.getOwnedDataAccesses()
Returns the value of the 'Owned Data Access' containment reference list.
|
org.eclipse.emf.common.util.EList<DataAccess> |
AbstractType.getOwnedDataAccesses()
Returns the value of the 'Owned Data Access' containment reference list.
|
org.eclipse.emf.common.util.EList<DataAccess> |
ThreadType.getOwnedDataAccesses()
Returns the value of the 'Owned Data Access' containment reference list.
|
org.eclipse.emf.common.util.EList<DataAccess> |
FeatureGroupType.getOwnedDataAccesses()
Returns the value of the 'Owned Data Access' containment reference list.
|
org.eclipse.emf.common.util.EList<DataAccess> |
SubprogramType.getOwnedDataAccesses()
Returns the value of the 'Owned Data Access' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
DataAccessImpl
An implementation of the model object 'Data Access'.
|
Modifier and Type | Method and Description |
---|---|
DataAccess |
Aadl2FactoryImpl.createDataAccess() |
DataAccess |
ThreadTypeImpl.createOwnedDataAccess() |
DataAccess |
ThreadGroupTypeImpl.createOwnedDataAccess() |
DataAccess |
SystemTypeImpl.createOwnedDataAccess() |
DataAccess |
SubprogramTypeImpl.createOwnedDataAccess() |
DataAccess |
ProcessTypeImpl.createOwnedDataAccess() |
DataAccess |
FeatureGroupTypeImpl.createOwnedDataAccess() |
DataAccess |
AbstractTypeImpl.createOwnedDataAccess() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<DataAccess> |
ThreadTypeImpl.getOwnedDataAccesses() |
org.eclipse.emf.common.util.EList<DataAccess> |
ThreadGroupTypeImpl.getOwnedDataAccesses() |
org.eclipse.emf.common.util.EList<DataAccess> |
SystemTypeImpl.getOwnedDataAccesses() |
org.eclipse.emf.common.util.EList<DataAccess> |
SubprogramTypeImpl.getOwnedDataAccesses() |
org.eclipse.emf.common.util.EList<DataAccess> |
ProcessTypeImpl.getOwnedDataAccesses() |
org.eclipse.emf.common.util.EList<DataAccess> |
FeatureGroupTypeImpl.getOwnedDataAccesses() |
org.eclipse.emf.common.util.EList<DataAccess> |
AbstractTypeImpl.getOwnedDataAccesses() |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseDataAccess(DataAccess object)
Returns the result of interpreting the object as an instance of 'Data Access'.
|
boolean |
Aadl2Validator.validateDataAccess(DataAccess dataAccess,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
void |
Aadl2JavaValidator.caseDataAccess(DataAccess dataAccess) |