Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.operations | |
org.osate.aadl2.util | |
org.osate.xtext.aadl2.unparsing |
Modifier and Type | Interface and Description |
---|---|
interface |
AccessConnection
A representation of the model object 'Access Connection'.
|
interface |
Connection
A representation of the model object 'Connection'.
|
interface |
EndToEndFlow
A representation of the model object 'End To End Flow'.
|
interface |
FeatureConnection
A representation of the model object 'Feature Connection'.
|
interface |
FeatureGroupConnection
A representation of the model object 'Feature Group Connection'.
|
interface |
FlowImplementation
A representation of the model object 'Flow Implementation'.
|
interface |
FlowSpecification
A representation of the model object 'Flow Specification'.
|
interface |
ParameterConnection
A representation of the model object 'Parameter Connection'.
|
interface |
PortConnection
A representation of the model object 'Port Connection'.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessConnectionImpl
An implementation of the model object 'Access Connection'.
|
class |
ConnectionImpl
An implementation of the model object 'Connection'.
|
class |
EndToEndFlowImpl
An implementation of the model object 'End To End Flow'.
|
class |
FeatureConnectionImpl
An implementation of the model object 'Feature Connection'.
|
class |
FeatureGroupConnectionImpl
An implementation of the model object 'Feature Group Connection'.
|
class |
FlowImplementationImpl
An implementation of the model object 'Flow Implementation'.
|
class |
FlowSpecificationImpl
An implementation of the model object 'Flow Specification'.
|
class |
ModalPathImpl
An implementation of the model object 'Modal Path'.
|
class |
ParameterConnectionImpl
An implementation of the model object 'Parameter Connection'.
|
class |
PortConnectionImpl
An implementation of the model object 'Port Connection'.
|
Modifier and Type | Method and Description |
---|---|
static org.eclipse.emf.common.util.EList<ModeTransition> |
ModalPathOperations.getAllInModeTransitions(ModalPath modalPath) |
static org.eclipse.emf.common.util.EList<Mode> |
ModalPathOperations.getInModes(ModalPath modalPath) |
static org.eclipse.emf.common.util.EList<ModeTransition> |
ModalPathOperations.getInModeTransitions(ModalPath modalPath) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseModalPath(ModalPath object)
Returns the result of interpreting the object as an instance of 'Modal Path'.
|
boolean |
Aadl2Validator.validateModalPath(ModalPath modalPath,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
void |
AadlUnparser.processModalPath(ModalPath mm)
unparse modes of ModalElement
|