Package edu.cmu.sei.aadl.model.util

Class Summary
AadlConstants Constants used in the OSATE implementation
AadlModelAdapterFactory this class provides an adapter factory that returns a stateful adapter that can be attached to any AObject.
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.
AadlProcessingSwitchWithProgress An extension of AadlProcessingSwitch that includes a field for referencing an IProgressMonitor.
AadlUtil Static utility methods for processing AADL meta model objects.
ComposedAadlProcessor Composes several aadl processors together so that they are all executed in one traversal of the model.
ConnectionGroupIterator  
ExternalModelAdapter This adapter can be attached to Aadl Object Models Its role is to keep a reference to a Java object of a model that is external to the AADL model.
ExternalModelAdapterFactory This class implements an ExternalModelAdapter factory: It attaches an adapter that handles an external model reference.
ForAllAObject ForAllAObject plays the role of an iterator object that supports traversal of AADL models Encapsulates traversal algorithms over models.
OsateLogger  
QuickSort Quicksort class provides the ability to define a quicksort method with a condition that is specific to the object type.
SOMIterator This iterator allows a user to iterate through different mode combinations of a modal system
UnparseText This class provides a text buffer into which text can be placed that is formatted with indentation.