| Modifier and Type | Field and Description |
|---|---|
private IDocumentAnalyser |
analyser |
private java.util.List<? extends RatReport> |
reporters |
| Constructor and Description |
|---|
ClaimReporterMultiplexer(IDocumentAnalyser pAnalyser,
java.util.List<? extends RatReport> reporters) |
| Modifier and Type | Method and Description |
|---|---|
void |
endReport() |
void |
report(Document document) |
void |
startReport() |
private final IDocumentAnalyser analyser
private final java.util.List<? extends RatReport> reporters
public ClaimReporterMultiplexer(IDocumentAnalyser pAnalyser, java.util.List<? extends RatReport> reporters)
public void report(Document document) throws RatException
report in interface RatReportRatExceptionpublic void startReport()
throws RatException
startReport in interface RatReportRatExceptionpublic void endReport()
throws RatException
endReport in interface RatReportRatException