tml.vectorspace.operations.results
Class RapidAutomaticKeywordExtractionResult

java.lang.Object
  extended by tml.vectorspace.operations.results.AbstractResult
      extended by tml.vectorspace.operations.results.RapidAutomaticKeywordExtractionResult
All Implemented Interfaces:
java.lang.Comparable<RapidAutomaticKeywordExtractionResult>

public class RapidAutomaticKeywordExtractionResult
extends AbstractResult
implements java.lang.Comparable<RapidAutomaticKeywordExtractionResult>

This class represents the result of a RapidAutomaticKeywordExtraction operation.

Author:
Stephen O'Rourke

Constructor Summary
RapidAutomaticKeywordExtractionResult()
           
 
Method Summary
 int compareTo(RapidAutomaticKeywordExtractionResult result)
           
 java.lang.String getKeyword()
           
 java.lang.Double getWeighting()
           
 void setKeyword(java.lang.String keyword)
           
 void setWeighting(java.lang.Double weighting)
           
 
Methods inherited from class tml.vectorspace.operations.results.AbstractResult
getHeaders, getValues
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RapidAutomaticKeywordExtractionResult

public RapidAutomaticKeywordExtractionResult()
Method Detail

getKeyword

public java.lang.String getKeyword()

getWeighting

public java.lang.Double getWeighting()

setKeyword

public void setKeyword(java.lang.String keyword)

setWeighting

public void setWeighting(java.lang.Double weighting)

compareTo

public int compareTo(RapidAutomaticKeywordExtractionResult result)
Specified by:
compareTo in interface java.lang.Comparable<RapidAutomaticKeywordExtractionResult>