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 |
AbstractFeature
A representation of the model object 'Abstract Feature'.
|
interface |
DataPort
A representation of the model object 'Data Port'.
|
interface |
EventDataPort
A representation of the model object 'Event Data Port'.
|
interface |
EventPort
A representation of the model object 'Event Port'.
|
interface |
FeatureGroup
A representation of the model object 'Feature Group'.
|
interface |
Parameter
A representation of the model object 'Parameter'.
|
interface |
Port
A representation of the model object 'Port'.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFeatureImpl
An implementation of the model object 'Abstract Feature'.
|
class |
DataPortImpl
An implementation of the model object 'Data Port'.
|
class |
DirectedFeatureImpl
An implementation of the model object 'Directed Feature'.
|
class |
EventDataPortImpl
An implementation of the model object 'Event Data Port'.
|
class |
EventPortImpl
An implementation of the model object 'Event Port'.
|
class |
FeatureGroupImpl
An implementation of the model object 'Feature Group'.
|
class |
ParameterImpl
An implementation of the model object 'Parameter'.
|
class |
PortImpl
An implementation of the model object 'Port'.
|
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseDirectedFeature(DirectedFeature object)
Returns the result of interpreting the object as an instance of 'Directed Feature'.
|
boolean |
Aadl2Validator.validateDirectedFeature(DirectedFeature directedFeature,
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.caseDirectedFeature(DirectedFeature feature) |