tml.vectorspace.operations.results
Class ParagraphCoherenceIndexResult

java.lang.Object
  extended by tml.vectorspace.operations.results.AbstractResult
      extended by tml.vectorspace.operations.results.ParagraphCoherenceIndexResult

public class ParagraphCoherenceIndexResult
extends AbstractResult


Constructor Summary
ParagraphCoherenceIndexResult()
           
 
Method Summary
 double getIndex()
           
 java.lang.String getParagraphId()
           
 void setIndex(double index)
           
 void setParagraphId(java.lang.String paragraphId)
           
 
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

ParagraphCoherenceIndexResult

public ParagraphCoherenceIndexResult()
Method Detail

getParagraphId

public java.lang.String getParagraphId()
Returns:
the paragraphId

setParagraphId

public void setParagraphId(java.lang.String paragraphId)
Parameters:
paragraphId - the paragraphId to set

getIndex

public double getIndex()
Returns:
the index

setIndex

public void setIndex(double index)
Parameters:
index - the index to set