C# 클래스 Landis.Harvest.RegulateAgesRank

A ranking requirement which requires a stand be no more than a certain maximum age to be eligible for ranking.
상속: StandRankingMethod
파일 보기 프로젝트 열기: LANDIS-II-Foundation/Extensions-Disturbance

공개 메소드들

메소드 설명
RegulateAgesRank ( ) : Landis.Landscape
RegulateAgesRank ( ) : System.Collections.Generic

보호된 메소드들

메소드 설명
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.

메소드 상세

ComputeRank() 보호된 메소드

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
리턴 double

InitializeForRanking() 보호된 메소드

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
리턴 void

RegulateAgesRank() 공개 메소드

public RegulateAgesRank ( ) : Landis.Landscape
리턴 Landis.Landscape

RegulateAgesRank() 공개 메소드

public RegulateAgesRank ( ) : System.Collections.Generic
리턴 System.Collections.Generic