|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gecco.server.actsofgod.Act
Description of the Class
Field Summary | |
private AutomatonEvent |
theAct
Description of the Field |
private long |
time
Description of the Field |
private double |
x
Description of the Field |
private double |
y
Description of the Field |
Constructor Summary | |
Act(AutomatonEvent ae,
double x,
double y,
long time)
Constructor for the Act object |
Method Summary | |
int |
compareTo(Object o)
Description of the Method |
AutomatonEvent |
getAct()
Gets the Act attribute of the Act object |
long |
getTime()
Gets the Time attribute of the Act object |
double |
getX()
Gets the X attribute of the Act object |
double |
getY()
Gets the Y attribute of the Act object |
Methods inherited from class java.lang.Object |
|
Field Detail |
private AutomatonEvent theAct
private long time
private double x
private double y
Constructor Detail |
public Act(AutomatonEvent ae, double x, double y, long time)
ae
- Description of Parameterx
- Description of Parametery
- Description of Parametertime
- Description of ParameterMethod Detail |
public double getX()
public double getY()
public long getTime()
public AutomatonEvent getAct()
public int compareTo(Object o)
compareTo
in interface Comparable
o
- Description of Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |