com.raritantechnologies.concept.classifier
Class DocumentMatchBean

java.lang.Object
  extended bycom.raritantechnologies.concept.classifier.DocumentMatchBean

public class DocumentMatchBean
extends java.lang.Object

Bean object that contains the results of a matching operation.


Constructor Summary
DocumentMatchBean()
           
 
Method Summary
 java.lang.String[] getCategories()
           
 int getNumberOfMatches()
           
 double getScore()
           
 boolean matchedAllTerms()
           
 boolean matches()
           
 void setCategories(java.lang.String[] categories)
           
 void setMatchedAllTerms(boolean matchedAllTerms)
           
 void setMatches(boolean matches)
           
 void setNumberOfMatches(int numMatches)
           
 void setScore(double score)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentMatchBean

public DocumentMatchBean()
Method Detail

setMatches

public void setMatches(boolean matches)

matches

public boolean matches()

setScore

public void setScore(double score)

getScore

public double getScore()

setCategories

public void setCategories(java.lang.String[] categories)

getCategories

public java.lang.String[] getCategories()

setNumberOfMatches

public void setNumberOfMatches(int numMatches)

getNumberOfMatches

public int getNumberOfMatches()

setMatchedAllTerms

public void setMatchedAllTerms(boolean matchedAllTerms)

matchedAllTerms

public boolean matchedAllTerms()