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
|
Constructor.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
No setup required. Does nothing.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) Implements javawrapper::WorkerBase. |
|
Makes sure that there is a mortality behavior enabled if this behavior is enabled.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) December 10, 2004: Added the described above functionality (LEM) Implements javawrapper::WorkerBase. |
|
Overload this to do nothing.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |