|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.fhg.igd.earth.observe.TracerManager
This class manages the tracers. It's the interface between the GUI and the tracer classes. Title : Earth Copyright : Copyright (c) 2001 Organisation : IGD FhG
| Field Summary | |
protected ModelGraph |
model_
The ModelGraph object (root) |
private Vector |
tracerList_
A list of all tracers |
| Constructor Summary | |
TracerManager(ModelGraph model)
Creates an instance of this class. |
|
| Method Summary | |
void |
addTracer(Tracer t)
Adds a tracer to the tracer list |
void |
createTraceList()
Creates all tracelists of all tracers |
Tracer |
getTracer(String identName)
Returns a special tracer |
Vector |
getTracerList()
Returns a list of all tracers |
int |
numTracers()
Returns the number of tracers |
void |
remove(Tracer t)
Removes a given tracer |
void |
removeAll()
Removes all tracers |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private Vector tracerList_
protected ModelGraph model_
| Constructor Detail |
public TracerManager(ModelGraph model)
model - ModelGraph object| Method Detail |
public Vector getTracerList()
public Tracer getTracer(String identName)
identName - name of the tracer
public void addTracer(Tracer t)
t - Tracerpublic int numTracers()
public void remove(Tracer t)
t - Tracerpublic void removeAll()
public void createTraceList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||