Uses of Package
edu.cmu.sei.aadl.model.pluginsupport

Packages that use edu.cmu.sei.aadl.model.pluginsupport
edu.cmu.sei.aadl.annex   
edu.cmu.sei.aadl.instance   
edu.cmu.sei.aadl.model.core   
edu.cmu.sei.aadl.model.core.impl This package contains interfaces and classes that represent the abstract component objects as well as the pacakge concepts. 
edu.cmu.sei.aadl.model.feature.impl   
edu.cmu.sei.aadl.model.flow.impl   
edu.cmu.sei.aadl.model.instance   
edu.cmu.sei.aadl.model.instance.impl   
edu.cmu.sei.aadl.model.pluginsupport   
edu.cmu.sei.aadl.model.properties This package contains interfaces and classes that are used in the lookup of property values. 
edu.cmu.sei.aadl.model.property   
edu.cmu.sei.aadl.model.property.impl   
edu.cmu.sei.aadl.model.util   
edu.cmu.sei.osate.core.builder   
edu.cmu.sei.osate.ui.actions   
 

Classes in edu.cmu.sei.aadl.model.pluginsupport used by edu.cmu.sei.aadl.annex
AnalysisErrorReporterManager
          TODO: Fix this This class manages the creation and use of AnalysisErrorReporter instances across a set of AADL text file resources.
ParseErrorReporter
          Interface defining the abstract operations required to report errors during the parsing and interpretation of an AADL text file.
 

Classes in edu.cmu.sei.aadl.model.pluginsupport used by edu.cmu.sei.aadl.instance
AnalysisErrorReporterManager
          TODO: Fix this This class manages the creation and use of AnalysisErrorReporter instances across a set of AADL text file resources.
 

Classes in edu.cmu.sei.aadl.model.pluginsupport used by edu.cmu.sei.aadl.model.core
InvalidModelException
          Exception to be thrown that indicates that an action couldn't complete because the model is incomplete or otherwise invalid.
 

Classes in edu.cmu.sei.aadl.model.pluginsupport used by edu.cmu.sei.aadl.model.core.impl
InvalidModelException
          Exception to be thrown that indicates that an action couldn't complete because the model is incomplete or otherwise invalid.
 

Classes in edu.cmu.sei.aadl.model.pluginsupport used by edu.cmu.sei.aadl.model.feature.impl
InvalidModelException
          Exception to be thrown that indicates that an action couldn't complete because the model is incomplete or otherwise invalid.
 

Classes in edu.cmu.sei.aadl.model.pluginsupport used by edu.cmu.sei.aadl.model.flow.impl
InvalidModelException
          Exception to be thrown that indicates that an action couldn't complete because the model is incomplete or otherwise invalid.
 

Classes in edu.cmu.sei.aadl.model.pluginsupport used by edu.cmu.sei.aadl.model.instance
InvalidModelException
          Exception to be thrown that indicates that an action couldn't complete because the model is incomplete or otherwise invalid.
 

Classes in edu.cmu.sei.aadl.model.pluginsupport used by edu.cmu.sei.aadl.model.instance.impl
InvalidModelException
          Exception to be thrown that indicates that an action couldn't complete because the model is incomplete or otherwise invalid.
 

Classes in edu.cmu.sei.aadl.model.pluginsupport used by edu.cmu.sei.aadl.model.pluginsupport
AbstractAnalysisErrorReporter
          Base implementation that makes sure messages counts are updated.
AbstractErrorReporter
          Base implementation that handles tracking messages counts and message deletion.
AbstractErrorReporterManager
          Abstract implementation of ErrorReporterManager that delegates The implementation of the methods AbstractErrorReporterManager.internalError(Exception), AbstractErrorReporterManager.internalError(String), and AbstractErrorReporterManager.getNumInternalErrors() to another InternalErrorReporter object.
AbstractInternalErrorReporter
          Abstract implementation of InternalErrorReporter that manages the error count.
AbstractParseErrorReporter
          Base implementation that insures messages counts are updated.
AnalysisErrorReporter
           
AnalysisErrorReporterFactory
          Defines the interface for factories that create instances of AnalysisErrorReporter.
AnalysisErrorReporterManager
          TODO: Fix this This class manages the creation and use of AnalysisErrorReporter instances across a set of AADL text file resources.
AObjectActionFilter
          Action filter for AObject objects, allowing access to the "AADLMetaModelClass" attribute, and the "AADLMetaModelKind" attribute.
ErrorReporter
          Currently there isn't any real useful purpose to interface other than to abstract the commonalities of ParseErrorReporter and AnalysisErrorReporter.
ErrorReporterManager
          Generic interface for objects that manage error reporters.
InternalErrorReporter
          Interface for reporting internal errors.
LogInternalErrorReporter
          An internal error reporter to sends internal error messages to the Eclipse "Error" view/log.
NullInternalErrorReporter
          An internal error reporter to ignores internal error messages.
NullParseErrorReporter
          An implementation of ParseErrorReporter that silently discards all reported errors.
OsateResourceSet
           
ParseErrorReporter
          Interface defining the abstract operations required to report errors during the parsing and interpretation of an AADL text file.
ParseErrorReporterFactory
          Defines the interface for factories that create instances of ParseErrorReporter.
WriterAnalysisErrorReporter.Factory
           
WriterInternalErrorReporter
          An internal error reporter to sends internal error messages to the given Writer.
WriterParseErrorReporter
          An implementation of ParseErrorReporter that outputs the messages to a Java Writer.
WriterParseErrorReporter.Factory
           
 

Classes in edu.cmu.sei.aadl.model.pluginsupport used by edu.cmu.sei.aadl.model.properties
InvalidModelException
          Exception to be thrown that indicates that an action couldn't complete because the model is incomplete or otherwise invalid.
 

Classes in edu.cmu.sei.aadl.model.pluginsupport used by edu.cmu.sei.aadl.model.property
InvalidModelException
          Exception to be thrown that indicates that an action couldn't complete because the model is incomplete or otherwise invalid.
 

Classes in edu.cmu.sei.aadl.model.pluginsupport used by edu.cmu.sei.aadl.model.property.impl
InvalidModelException
          Exception to be thrown that indicates that an action couldn't complete because the model is incomplete or otherwise invalid.
 

Classes in edu.cmu.sei.aadl.model.pluginsupport used by edu.cmu.sei.aadl.model.util
AnalysisErrorReporterManager
          TODO: Fix this This class manages the creation and use of AnalysisErrorReporter instances across a set of AADL text file resources.
 

Classes in edu.cmu.sei.aadl.model.pluginsupport used by edu.cmu.sei.osate.core.builder
AnalysisErrorReporterFactory
          Defines the interface for factories that create instances of AnalysisErrorReporter.
AnalysisErrorReporterManager
          TODO: Fix this This class manages the creation and use of AnalysisErrorReporter instances across a set of AADL text file resources.
InternalErrorReporter
          Interface for reporting internal errors.
ParseErrorReporterFactory
          Defines the interface for factories that create instances of ParseErrorReporter.
ParseErrorReporterManager
          This class manages the creation and use of ParseErrorReporter instances across a set of AADL text file resources.
 

Classes in edu.cmu.sei.aadl.model.pluginsupport used by edu.cmu.sei.osate.ui.actions
AnalysisErrorReporterFactory
          Defines the interface for factories that create instances of AnalysisErrorReporter.
AnalysisErrorReporterManager
          TODO: Fix this This class manages the creation and use of AnalysisErrorReporter instances across a set of AADL text file resources.