edu.cmu.sei.osate.ui.actions
Class AbstractInstanceOrDeclarativeModelModifyActionAction

java.lang.Object
  extended by edu.cmu.sei.osate.ui.actions.AbstractAaxlAction
      extended by edu.cmu.sei.osate.ui.actions.AaxlReadOnlyActionAsJob
          extended by edu.cmu.sei.osate.ui.actions.AbstractInstanceOrDeclarativeModelReadOnlyAction
              extended by edu.cmu.sei.osate.ui.actions.AbstractInstanceOrDeclarativeModelModifyActionAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IObjectActionDelegate, org.eclipse.ui.IWorkbenchWindowActionDelegate

public abstract class AbstractInstanceOrDeclarativeModelModifyActionAction
extends AbstractInstanceOrDeclarativeModelReadOnlyAction

AaxlModifyAction defines an action framework for processing Aadl object model with modifications.


Constructor Summary
AbstractInstanceOrDeclarativeModelModifyActionAction()
           
 
Method Summary
 
Methods inherited from class edu.cmu.sei.osate.ui.actions.AbstractInstanceOrDeclarativeModelReadOnlyAction
analyzeDeclarativeModel, analyzeInSingleModeOnly, analyzeInstanceModel, doAaxlAction, initializeAnalysis
 
Methods inherited from class edu.cmu.sei.osate.ui.actions.AaxlReadOnlyActionAsJob
createJob, getActionName
 
Methods inherited from class edu.cmu.sei.osate.ui.actions.AbstractAaxlAction
actionBody, dispose, error, getAnalysisErrorReporterFactory, getBundle, getDefaultAnalysisErrorReporterFactory, getErrorManager, getMarkerType, getPropertyLookupErrors, getShell, getWindow, hasPropertyLookupErrors, info, init, initPropertyReferences, internalError, internalError, lookupEnumerationLiteral, lookupEnumerationLiteral, lookupOptionalPropertyConstant, lookupOptionalPropertyDefinition, lookupOptionalPropertyType, lookupPropertyConstant, lookupPropertyConstant, lookupPropertyDefinition, lookupPropertyDefinition, lookupPropertyType, lookupPropertyType, lookupUnitLiteral, lookupUnitLiteral, reportPropertyLookupErrors, run, selectionChanged, setActivePart, suppressErrorMessages, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractInstanceOrDeclarativeModelModifyActionAction

public AbstractInstanceOrDeclarativeModelModifyActionAction()