tml.vectorspace.operations.results
Class TagCloudsResult

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

public class TagCloudsResult
extends AbstractResult

Author:
Jorge Villalon

Constructor Summary
TagCloudsResult(java.lang.String term, double weight)
           
 
Method Summary
 java.lang.String getTerm()
           
 double getWeight()
           
 void setTerm(java.lang.String term)
           
 void setWeight(double weight)
           
 
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

TagCloudsResult

public TagCloudsResult(java.lang.String term,
                       double weight)
Parameters:
term -
weight -
Method Detail

setWeight

public void setWeight(double weight)
Parameters:
weight - the weight to set

getWeight

public double getWeight()
Returns:
the weight

setTerm

public void setTerm(java.lang.String term)
Parameters:
term - the term to set

getTerm

public java.lang.String getTerm()
Returns:
the term