Package | Description |
---|---|
org.osate.aadl2.instantiation | |
org.osate.aadl2.modelsupport.modeltraversal | |
org.osate.annexsupport | |
org.osate.xtext.aadl2.unparsing |
Modifier and Type | Class and Description |
---|---|
class |
CheckInstanceSemanticsSwitch
Should only be invoked from within an iteration of the system operation modes
|
class |
CreateConnectionsSwitch
This class adds all connection instances to an instance model.
|
class |
CreateEndToEndFlowsSwitch |
Modifier and Type | Class and Description |
---|---|
class |
AadlProcessingSwitch
This class implements the traversal over an AADL model and the invoaction of
a case method for each of the classes in the AADL Meta model based on the EMF generated doSwitch.
|
class |
AadlProcessingSwitchWithProgress
An extension of
AadlProcessingSwitch that includes a field
for referencing an IProgressMonitor . |
class |
SimpleSubclassCounter |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<org.eclipse.emf.ecore.resource.Resource> |
ForAllElement.processResources(java.util.Set<? extends org.eclipse.emf.ecore.resource.Resource> inputResourceSet,
ForAllElement[] switches,
java.util.Set<? super org.eclipse.emf.ecore.resource.Resource> outputBad)
Run a series of traversals over a set of resources, recording those that
passed and those that failed.
|
static java.util.Set<org.eclipse.emf.ecore.resource.Resource> |
ForAllElement.processResourcesIgnoreFailure(java.util.Set<? extends org.eclipse.emf.ecore.resource.Resource> inputResourceSet,
ForAllElement[] switches,
java.util.Set<? super org.eclipse.emf.ecore.resource.Resource> outputBad)
Run a series of traversals over a set of resources, recording those that
passed and those that failed.
|
static int |
ForAllElement.processTree(Element root,
ForAllElement[] switches)
Run a series of traversals over a tree rooted at a given Element.
|
static void |
ForAllElement.processTreeIgnoreFailure(Element root,
ForAllElement[] switches)
Run a series of traversals over a tree rooted at a given Element.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnexInstantiationController |
class |
AnnexResolverController |
Modifier and Type | Class and Description |
---|---|
class |
AadlUnparser
This class implements the converter from an AADL object model to textual
AADL.
|