rat.report.analyser
Class AbstractSingleClaimAnalyser

java.lang.Object
  extended by rat.report.analyser.AbstractSingleClaimAnalyser
All Implemented Interfaces:
IDocumentAnalyser
Direct Known Subclasses:
ConstantClaimAnalyser, ReadableArchiveAnalyser

public abstract class AbstractSingleClaimAnalyser
extends Object
implements IDocumentAnalyser


Constructor Summary
AbstractSingleClaimAnalyser(IClaimReporter reporter, CharSequence predicate, boolean isLiteral)
           
 
Method Summary
 void analyse(IDocument document)
           
protected abstract  CharSequence toObject(IDocument document)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSingleClaimAnalyser

public AbstractSingleClaimAnalyser(IClaimReporter reporter,
                                   CharSequence predicate,
                                   boolean isLiteral)
Method Detail

analyse

public void analyse(IDocument document)
             throws RatDocumentAnalysisException
Specified by:
analyse in interface IDocumentAnalyser
Throws:
RatDocumentAnalysisException

toObject

protected abstract CharSequence toObject(IDocument document)
                                  throws RatDocumentAnalysisException
Throws:
RatDocumentAnalysisException


Copyright © 2006-2011. All Rights Reserved.