Uses of Interface
edu.cmu.sei.aadl.model.pluginsupport.AnalysisErrorReporter

Packages that use AnalysisErrorReporter
edu.cmu.sei.aadl.model.pluginsupport   
 

Uses of AnalysisErrorReporter in edu.cmu.sei.aadl.model.pluginsupport
 

Classes in edu.cmu.sei.aadl.model.pluginsupport that implement AnalysisErrorReporter
 class AbstractAnalysisErrorReporter
          Base implementation that makes sure messages counts are updated.
 class AnalysisToParseErrorReporterAdapter
           
 class ChainedAnalysisErrorReporter
           
 class LogAnalysisErrorReporter
          An analysis error reporter to sends error messages to the Eclipse "Error" view/log.
 class MarkerAnalysisErrorReporter
          An implementation of AnalysisErrorReporter that reports errors as markers on the aaxl object models.
 class NullAnalysisErrorReporter
           
 class QueuingAnalysisErrorReporter
          An implementation of ParseErrorReporter that reports errors by storing them in a queue that can be retreived by calling QueuingAnalysisErrorReporter.getErrors().
 class StringBufferAnalysisErrorReporter
           
 class WriterAnalysisErrorReporter
          An implementation of AnalysisErrorReporter that outputs the messages to a Java Writer.
 

Methods in edu.cmu.sei.aadl.model.pluginsupport that return AnalysisErrorReporter
 AnalysisErrorReporter AnalysisErrorReporterManager.getReporter(org.eclipse.emf.ecore.resource.Resource rsrc)
          Get the error reporter that is associated with the given Resource.
 AnalysisErrorReporter WriterAnalysisErrorReporter.Factory.getReporterFor(org.eclipse.emf.ecore.resource.Resource rsrc)
          The given AADL IResource is allowed to be null.
 AnalysisErrorReporter StringBufferAnalysisErrorReporter.Factory.getReporterFor(org.eclipse.emf.ecore.resource.Resource rsrc)
           
 AnalysisErrorReporter MarkerAnalysisErrorReporter.Factory.getReporterFor(org.eclipse.emf.ecore.resource.Resource rsrc)
           
 AnalysisErrorReporter LogAnalysisErrorReporter.Factory.getReporterFor(org.eclipse.emf.ecore.resource.Resource rsrc)
           
 AnalysisErrorReporter ChainedAnalysisErrorReporter.Factory.getReporterFor(org.eclipse.emf.ecore.resource.Resource rsrc)
           
 AnalysisErrorReporter AnalysisToParseErrorReporterAdapter.Factory.getReporterFor(org.eclipse.emf.ecore.resource.Resource rsrc)
           
 AnalysisErrorReporter AnalysisErrorReporterFactory.getReporterFor(org.eclipse.emf.ecore.resource.Resource rsrc)
          Obtain an error reporter to use for AAXL Resource that holds an AADL Object model.