Method | Description | |
---|---|---|
RegulateAgesRank ( ) : Landis.Landscape | ||
RegulateAgesRank ( ) : System.Collections.Generic |
Method | Description | |
---|---|---|
ComputeRank ( Stand stand, int i ) : double |
Computes the rank for a stand. Stands are ranked by age class so that over time harvesting will result in an even distribution of sites by age classes. |
|
InitializeForRanking ( List |
Initialize ranking of stands. assigns age frequencies for this ranking method to use in ComputeRank.
|
protected ComputeRank ( Stand stand, int i ) : double | ||
stand | Stand | |
i | int | |
return | double |
protected InitializeForRanking ( List |
||
stands | List |
|
standCount | int | |
return | void |
public RegulateAgesRank ( ) : Landis.Landscape | ||
return | Landis.Landscape |
public RegulateAgesRank ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |