|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--gecco.server.actsofgod.ActsOfGod
Description of the Class
Field Summary | |
private TreeSet |
acts
Description of the Field |
private Act |
next
Description of the Field |
private QManager |
qm
Description of the Field |
Fields inherited from class java.lang.Thread |
contextClassLoader, daemon, eetop, group, inheritableThreadLocals, inheritedAccessControlContext, MAX_PRIORITY, MIN_PRIORITY, name, NORM_PRIORITY, priority, single_step, stillborn, stopThreadPermission, target, threadInitNumber, threadLocals, threadQ |
Constructor Summary | |
ActsOfGod(QManager qm)
Constructor for the ActsOfGod object |
Method Summary | |
void |
addAct(String eventName,
int factor,
double x,
double y,
double secondsFromNow)
Adds a feature to the Act attribute of the ActsOfGod object |
void |
run()
Main processing method for the ActsOfGod object |
Methods inherited from class java.lang.Thread |
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private TreeSet acts
private Act next
private QManager qm
Constructor Detail |
public ActsOfGod(QManager qm)
qm
- Description of ParameterMethod Detail |
public void addAct(String eventName, int factor, double x, double y, double secondsFromNow)
eventName
- The feature to be added to the Act attributefactor
- The feature to be added to the Act attributex
- The feature to be added to the Act attributey
- The feature to be added to the Act attributesecondsFromNow
- The feature to be added to the Act attributepublic void run()
run
in class Thread
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |