|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Thread
zeus.visualiser.statistics.StatisticsTool.Grapher
| Field Summary | |
java.lang.String[] |
AGENT_TYPES
|
protected Histogram |
bar
|
protected LineGraph |
line
|
protected PieChart |
pie
|
protected boolean |
running
|
protected long |
speed
|
protected TabularGraph |
tabular
|
protected java.lang.String[] |
user_goals
|
protected XYGraph |
xy
|
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
StatisticsTool.Grapher()
|
|
| Method Summary | |
void |
drawChart()
|
long |
getSpeed()
|
java.lang.String[] |
getUserGoals()
|
void |
run()
|
void |
setSpeed(long speed)
|
void |
setUserGoals(java.lang.String[] goals)
|
void |
terminate()
|
void |
wakeup()
|
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected long speed
protected boolean running
protected PieChart pie
protected Histogram bar
protected LineGraph line
protected XYGraph xy
protected TabularGraph tabular
protected java.lang.String[] user_goals
public java.lang.String[] AGENT_TYPES
| Constructor Detail |
public StatisticsTool.Grapher()
| Method Detail |
public void setSpeed(long speed)
public long getSpeed()
public void run()
public void terminate()
public void wakeup()
public void setUserGoals(java.lang.String[] goals)
public java.lang.String[] getUserGoals()
public void drawChart()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||