Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util | |
org.osate.xtext.aadl2.validation |
Modifier and Type | Interface and Description |
---|---|
interface |
BusAccess
A representation of the model object 'Bus Access'.
|
interface |
DataAccess
A representation of the model object 'Data Access'.
|
interface |
SubprogramAccess
A representation of the model object 'Subprogram Access'.
|
interface |
SubprogramGroupAccess
A representation of the model object 'Subprogram Group Access'.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessImpl
An implementation of the model object 'Access'.
|
class |
BusAccessImpl
An implementation of the model object 'Bus Access'.
|
class |
DataAccessImpl
An implementation of the model object 'Data Access'.
|
class |
SubprogramAccessImpl
An implementation of the model object 'Subprogram Access'.
|
class |
SubprogramGroupAccessImpl
An implementation of the model object 'Subprogram Group Access'.
|
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseAccess(Access object)
Returns the result of interpreting the object as an instance of 'Access'.
|
boolean |
Aadl2Validator.validateAccess(Access access,
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.caseAccess(Access access) |