Uses of Package
edu.cmu.sei.aadl.modelsupport.errorreporting

Packages that use edu.cmu.sei.aadl.modelsupport.errorreporting
edu.cmu.sei.aadl.instance   
edu.cmu.sei.aadl.modelsupport.errorreporting   
edu.cmu.sei.aadl.modelsupport.modeltraversal   
 

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

Classes in edu.cmu.sei.aadl.modelsupport.errorreporting used by edu.cmu.sei.aadl.modelsupport.errorreporting
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 edu.cmu.sei.aadl.model.pluginsupport.ErrorReporterManager that delegates The implementation of the methods AbstractErrorReporterManager.internalError(Exception), AbstractErrorReporterManager.internalError(String), and AbstractErrorReporterManager.getNumInternalErrors() to another edu.cmu.sei.aadl.model.pluginsupport.InternalErrorReporter object.
AbstractInternalErrorReporter
          Abstract implementation of edu.cmu.sei.aadl.model.pluginsupport.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 edu.cmu.sei.aadl.model.pluginsupport.AnalysisErrorReporter.
AnalysisErrorReporterManager
          TODO: Fix this This class manages the creation and use of edu.cmu.sei.aadl.model.pluginsupport.AnalysisErrorReporter instances across a set of AADL text file resources.
ErrorReporter
          Currently there isn't any real useful purpose to interface other than to abstract the commonalities of edu.cmu.sei.aadl.model.pluginsupport.ParseErrorReporter and edu.cmu.sei.aadl.model.pluginsupport.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 edu.cmu.sei.aadl.model.pluginsupport.ParseErrorReporter that silently discards all reported errors.
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 edu.cmu.sei.aadl.model.pluginsupport.ParseErrorReporter.
QueuingAnalysisErrorReporter.Message
          Record of a reported error message/warning.
QueuingParserErrorReporter.Message
          Record of a reported error message/warning.
WriterAnalysisErrorReporter.Factory
           
WriterInternalErrorReporter
          An internal error reporter to sends internal error messages to the given Writer.
WriterParseErrorReporter
          An implementation of edu.cmu.sei.aadl.model.pluginsupport.ParseErrorReporter that outputs the messages to a Java Writer.
WriterParseErrorReporter.Factory
           
 

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