Interface | Description |
---|---|
IAnalysis |
IAnalysis is the interface for all analyses that can be run
through the Auto-Analysis view. |
Class | Description |
---|---|
AaxlModifyAction | Deprecated
Usage of this class should be replaced with
AaxlModifyActionAsJob . |
AaxlModifyActionAsJob |
AaxlModifyAction defines an action framework for processing Aadl object model with modifications
|
AaxlReadOnlyAction | Deprecated
Usage of this class should be replaced with
AaxlReadOnlyActionAsJob . |
AaxlReadOnlyActionAsJob |
Abstract class for actions button/menu and context menu menu actions that
operate on AAXL models.
|
AbstractAaxlAction |
Abstract superclass for
AaxlReadOnlyAction
and AaxlReadOnlyActionAsJob . |
AbstractAnalysis |
Provides common functionality for all analyses.
|
AbstractInstanceOrDeclarativeModelModifyActionAction |
AaxlModifyAction defines an action framework for processing Aadl object model
with modifications.
|
AbstractInstanceOrDeclarativeModelReadOnlyAction | |
AutoAnalysisConfiguratorWizardPage | |
CheckModelSanity | |
CheckModelSemantics | |
CheckUnresolvedProxies |
CheckUnresolvedProxies looks for objects with unresolved proxies and marks them
|
ClearHistory |
ClearHistory implements workbench action delegate.
|
ConversionAction |
ConversionAction implements workbench action delegate.
|
NewModelWizardLauncherAction |
Launches a "new Aadl model wizard" when the user clicks on
one of the two "new Aadl model" buttons on the toolbar.
|
NewPackageWizardAction |
This class is based on edu.cmu.sei.aadl.model.core.presentation.NewPackageWizardAction from OSATE 1.
|
NewPropertySetWizardAction |
This class is based on edu.cmu.sei.aadl.model.core.presentation.NewPropertysetWizardAction from OSATE 1.
|
ReinstantiateAadl |
Scans the workspace for AADL system instances and rebuilds them, or
removes them if the instantiated system component no longer exists.
|
ResetMarkers |
ResetMarkers implements workbench action delegate.
|
WizardLauncherAction |
Launches a "new Aadl project wizard" when the user clicks on the
"new Aadl project" button on the toolbar.
|