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 | ) |
Constructor.
oManager | GUIManager object. |
void javawrapper.RemoveDeadBehaviors.WriteXML | ( | java.io.BufferedWriter | jOut, | |
TreePopulation | oPop | |||
) |
Overload this to do nothing.
jOut | Not used. | |
oPop | Not used. |
void javawrapper.RemoveDeadBehaviors.DoSetup | ( | TreePopulation | oPop | ) | [virtual] |
No setup required.
Does nothing.
oPop | Not used. |
Implements javawrapper.WorkerBase.
void javawrapper.RemoveDeadBehaviors.ValidateData | ( | TreePopulation | oPop | ) | throws ModelException [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.