public class Event extends java.lang.Object
protected double
h
protected double[]
point
protected long
userID
Event(long userID, double[] point)
Event(long userID, double xVal, double yVal)
getH()
double[]
getPoint()
long
getUserID()
protected void
setH(double h)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected long userID
protected double[] point
protected double h
public Event(long userID, double[] point)
public Event(long userID, double xVal, double yVal)
public double[] getPoint()
public long getUserID()
protected void setH(double h)
protected double getH() throws java.lang.RuntimeException
java.lang.RuntimeException