tml.vectorspace.operations.results
Class FactorAnalysisPlotResult

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

public class FactorAnalysisPlotResult
extends AbstractResult

Author:
Jorge

Constructor Summary
FactorAnalysisPlotResult()
           
 
Method Summary
 java.lang.String getName()
           
 double getX()
           
 double getY()
           
 void setName(java.lang.String name)
           
 void setX(double x)
           
 void setY(double y)
           
 
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

FactorAnalysisPlotResult

public FactorAnalysisPlotResult()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getX

public double getX()

setX

public void setX(double x)

getY

public double getY()

setY

public void setY(double y)