Inheritance diagram for javawrapper::RemoveDeadBehaviors:

Public Member Functions | |
| RemoveDeadBehaviors (GUIManager oManager) | |
| Constructor. | |
| void | WriteXML (java.io.BufferedWriter jOut, TreePopulation oPop) |
| Overload this to do nothing. | |
| void | DoSetup (TreePopulation oPop) |
| No setup required. | |
| void | ValidateData (TreePopulation oPop) throws ModelException |
| Makes sure that there is a mortality behavior enabled if this behavior is enabled. | |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
| javawrapper::RemoveDeadBehaviors::RemoveDeadBehaviors | ( | GUIManager | oManager | ) | [inline] |
Constructor.
| oManager | GUIManager object. |
| void javawrapper::RemoveDeadBehaviors::DoSetup | ( | TreePopulation | oPop | ) | [inline, virtual] |
No setup required.
Does nothing.
| oPop | Not used. |
Implements javawrapper::WorkerBase.
| void javawrapper::RemoveDeadBehaviors::ValidateData | ( | TreePopulation | oPop | ) | throws ModelException [inline, virtual] |
Makes sure that there is a mortality behavior enabled if this behavior is enabled.
| oPop | Not used. |
| ModelException | if the dead tree remover is enabled but no mortality behavior is. |
Implements javawrapper::WorkerBase.
| void javawrapper::RemoveDeadBehaviors::WriteXML | ( | java.io.BufferedWriter | jOut, | |
| TreePopulation | oPop | |||
| ) | [inline] |
Overload this to do nothing.
| jOut | Not used. | |
| oPop | Not used. |
1.4.7