|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ForAllAObject | |
---|---|
edu.cmu.sei.aadl.annex | |
edu.cmu.sei.aadl.instance | |
edu.cmu.sei.aadl.model.util |
Uses of ForAllAObject in edu.cmu.sei.aadl.annex |
---|
Subclasses of ForAllAObject in edu.cmu.sei.aadl.annex | |
---|---|
class |
AnnexInstantiationController
|
class |
AnnexResolverController
|
Uses of ForAllAObject in edu.cmu.sei.aadl.instance |
---|
Subclasses of ForAllAObject in edu.cmu.sei.aadl.instance | |
---|---|
class |
CachePropertyAssociationsSwitch
|
class |
CheckInstancePropertiesSwitch
This class implements the instantiation of models from a root system impl. |
class |
CheckInstanceSemanticsSwitch
Should only be invoked from within an iteration of the system operation modes Should only be invoked with processPostOrderAll(edu.cmu.sei.aadl.model.core.AObject) |
class |
CreateEndToEndFlowsSwitch
|
Uses of ForAllAObject in edu.cmu.sei.aadl.model.util |
---|
Subclasses of ForAllAObject in edu.cmu.sei.aadl.model.util | |
---|---|
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 |
ComposedAadlProcessor
Composes several aadl processors together so that they are all executed in one traversal of the model. |
Methods in edu.cmu.sei.aadl.model.util with parameters of type ForAllAObject | |
---|---|
void |
ComposedAadlProcessor.addAadlProcessor(ForAllAObject aadlSwitch)
adds a concrete class of AbstractAadlProcessor to |
static java.util.Set |
ForAllAObject.processResources(java.util.Set inputResourceSet,
ForAllAObject[] switches,
java.util.Set outputBad)
Run a series of traversals over a set of resources, recording those that passed and those that failed. |
static java.util.Set |
ForAllAObject.processResourcesIgnoreFailure(java.util.Set inputResourceSet,
ForAllAObject[] switches,
java.util.Set outputBad)
Run a series of traversals over a set of resources, recording those that passed and those that failed. |
static int |
ForAllAObject.processTree(AObject root,
ForAllAObject[] switches)
Run a series of traversals over a tree rooted at a given AObject. |
static void |
ForAllAObject.processTreeIgnoreFailure(AObject root,
ForAllAObject[] switches)
Run a series of traversals over a tree rooted at a given AObject. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |