edu.mit.sketch.language.users.gestalt
Class AngleData

java.lang.Object
  extended by edu.mit.sketch.language.users.gestalt.AngleData

public class AngleData
extends java.lang.Object

AngleData:


Constructor Summary
AngleData(int user, double real, double guess)
           
AngleData(java.lang.String user, java.lang.String real, java.lang.String guess)
           
 
Method Summary
 double distFromSing()
           
 double getError()
           
 double getGuess()
          Returns the guess value of the AngleData class.
 double getReal()
          Returns the real value of the AngleData class.
 int getSingular()
           
 int getUser()
          Returns the user value of the AngleData class.
 boolean isSingular()
           
static void main(java.lang.String[] args)
           
 void setGuess(double guess)
          Sets the guess value of the AngleData class.
 void setReal(double real)
          Sets the real value of the AngleData class.
 void setUser(int user)
          Sets the user value of the AngleData class.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AngleData

public AngleData(int user,
                 double real,
                 double guess)

AngleData

public AngleData(java.lang.String user,
                 java.lang.String real,
                 java.lang.String guess)
Method Detail

getError

public double getError()

distFromSing

public double distFromSing()

isSingular

public boolean isSingular()

getSingular

public int getSingular()

main

public static void main(java.lang.String[] args)
Parameters:
args -

getGuess

public double getGuess()
Returns the guess value of the AngleData class.

Returns:
Returns the guess.

setGuess

public void setGuess(double guess)
Sets the guess value of the AngleData class.

Parameters:
guess - The guess to set.

getReal

public double getReal()
Returns the real value of the AngleData class.

Returns:
Returns the real.

setReal

public void setReal(double real)
Sets the real value of the AngleData class.

Parameters:
real - The real to set.

getUser

public int getUser()
Returns the user value of the AngleData class.

Returns:
Returns the user.

setUser

public void setUser(int user)
Sets the user value of the AngleData class.

Parameters:
user - The user to set.