Method | Description | |
---|---|---|
Add ( Stand stand ) : void |
Adds a stand to the management area.
|
|
ApplyPrescription ( |
Adds a prescription to be applied to the management area.
|
|
FinishInitialization ( ) : void |
Finish initializing the management area after reading the stand map. This phase of initialization includes computing the total area for the management area, and finishing the initialization of its applied prescriptions. |
|
GetEnumerator ( ) : IEnumerator |
||
HarvestStands ( ) : void |
Harvest the area's stands according to its prescriptions.
|
|
IsApplied ( |
Has a particular prescription been applied to the managment area?
|
|
IsApplied ( string prescriptionName, int beginTime, int endTime ) : bool |
Has a particular prescription been applied to the managment area?
|
|
ManagementArea ( ushort mapCode ) : Edu.Wisc.Forest.Flel.Util |
public ApplyPrescription ( |
||
prescription | ||
percentageToHarvest | Edu.Wisc.Forest.Flel.Util.Percentage | |
startTime | int | |
endTime | int | |
return | void |
public IsApplied ( |
||
prescription | ||
return | bool |
public IsApplied ( string prescriptionName, int beginTime, int endTime ) : bool | ||
prescriptionName | string | |
beginTime | int | |
endTime | int | |
return | bool |
public ManagementArea ( ushort mapCode ) : Edu.Wisc.Forest.Flel.Util | ||
mapCode | ushort | |
return | Edu.Wisc.Forest.Flel.Util |