|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.fhg.igd.earth.model.ModelManager
This class manages the model. It's the interface between the GUI and the model data. Title : Earth Copyright : Copyright (c) 2001 Organisation : IGD FhG
Field Summary | |
private ModelGraph |
model_
The ModelGraph object (root) |
Constructor Summary | |
ModelManager()
Creates an instance of this class and generates an empty model. |
Method Summary | |
ModelGraph |
getModel()
Returns the model. |
void |
reset()
Generates an empty model. |
void |
setModel(ModelGraph model)
Sets the model. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private ModelGraph model_
Constructor Detail |
public ModelManager()
Method Detail |
public void reset()
public ModelGraph getModel()
public void setModel(ModelGraph model)
model
- ModelGraph
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |