Uses of Interface
edu.cmu.sei.aadl.modelsupport.errorreporting.AnalysisErrorReporterFactory

Packages that use AnalysisErrorReporterFactory
edu.cmu.sei.aadl.modelsupport.errorreporting   
 

Uses of AnalysisErrorReporterFactory in edu.cmu.sei.aadl.modelsupport.errorreporting
 

Classes in edu.cmu.sei.aadl.modelsupport.errorreporting that implement AnalysisErrorReporterFactory
static class AnalysisToParseErrorReporterAdapter.Factory
          It is required the provided ParseErrorReporterFactory be able to handle null IResources.
static class ChainedAnalysisErrorReporter.Factory
           
static class LogAnalysisErrorReporter.Factory
           
static class MarkerAnalysisErrorReporter.Factory
          Factory for creating Marker error reporters.
static class StringBufferAnalysisErrorReporter.Factory
          Creates analysis error reporters that all report to the same given string buffer.
static class WriterAnalysisErrorReporter.Factory
           
 

Fields in edu.cmu.sei.aadl.modelsupport.errorreporting declared as AnalysisErrorReporterFactory
static AnalysisErrorReporterFactory LogAnalysisErrorReporter.factory
          TODO compatibility for Topcased 0.7: it uses the 01162006 interface
 

Constructors in edu.cmu.sei.aadl.modelsupport.errorreporting with parameters of type AnalysisErrorReporterFactory
AnalysisErrorReporterManager(InternalErrorReporter ier, AnalysisErrorReporterFactory fact)
           
ChainedAnalysisErrorReporter.Factory(AnalysisErrorReporterFactory[] factories)
          Create a new factory that creates an analysis error reporter that delegates to error reporters generated by the given list of factories.
MarkerAnalysisErrorReporter.Factory(java.lang.String mt, AnalysisErrorReporterFactory sndFact)