|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnalysisErrorReporter | |
---|---|
edu.cmu.sei.aadl.modelsupport.errorreporting |
Uses of AnalysisErrorReporter in edu.cmu.sei.aadl.modelsupport.errorreporting |
---|
Classes in edu.cmu.sei.aadl.modelsupport.errorreporting 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 edu.cmu.sei.aadl.model.pluginsupport.AnalysisErrorReporter
that reports errors as markers on the aaxl object models. |
class |
NullAnalysisErrorReporter
|
class |
QueuingAnalysisErrorReporter
An implementation of edu.cmu.sei.aadl.model.pluginsupport.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 edu.cmu.sei.aadl.model.pluginsupport.AnalysisErrorReporter that outputs
the messages to a Java Writer . |
Methods in edu.cmu.sei.aadl.modelsupport.errorreporting 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 |
MarkerAnalysisErrorReporter.Factory.getReporterFor(org.eclipse.emf.ecore.resource.Resource rsrc)
|
AnalysisErrorReporter |
AnalysisToParseErrorReporterAdapter.Factory.getReporterFor(org.eclipse.emf.ecore.resource.Resource rsrc)
|
AnalysisErrorReporter |
LogAnalysisErrorReporter.Factory.getReporterFor(org.eclipse.emf.ecore.resource.Resource rsrc)
|
AnalysisErrorReporter |
StringBufferAnalysisErrorReporter.Factory.getReporterFor(org.eclipse.emf.ecore.resource.Resource rsrc)
|
AnalysisErrorReporter |
ChainedAnalysisErrorReporter.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |