C# Class Landis.Harvest.RegulateAgesRank

A ranking requirement which requires a stand be no more than a certain maximum age to be eligible for ranking.
Inheritance: StandRankingMethod
Afficher le fichier Open project: LANDIS-II-Foundation/Extensions-Disturbance

Méthodes publiques

Méthode Description
RegulateAgesRank ( ) : Landis.Landscape
RegulateAgesRank ( ) : System.Collections.Generic

Méthodes protégées

Méthode 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 stands, int standCount ) : void

Initialize ranking of stands. assigns age frequencies for this ranking method to use in ComputeRank.

Method Details

ComputeRank() protected méthode

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.
protected ComputeRank ( Stand stand, int i ) : double
stand Stand
i int
Résultat double

InitializeForRanking() protected méthode

Initialize ranking of stands. assigns age frequencies for this ranking method to use in ComputeRank.
protected InitializeForRanking ( List stands, int standCount ) : void
stands List
standCount int
Résultat void

RegulateAgesRank() public méthode

public RegulateAgesRank ( ) : Landis.Landscape
Résultat Landis.Landscape

RegulateAgesRank() public méthode

public RegulateAgesRank ( ) : System.Collections.Generic
Résultat System.Collections.Generic