C# 클래스 Landis.Harvest.MaxCohortAge

A stand ranking method where the oldest stands are harvested first.
상속: IStandRankingMethod
파일 보기 프로젝트 열기: LANDIS-II-Foundation/Extensions-Disturbance

공개 메소드들

메소드 설명
IStandRankingMethod ( List stands, StandRanking rankings ) : void
MaxCohortAge ( )
MaxCohortAge ( ) : System.Collections.Generic

보호된 메소드들

메소드 설명
ComputeRank ( Stand stand ) : double

Computes the rank for a stand.

The stand's rank is its age.

ComputeRank ( Stand stand, int i ) : double

Computes the rank for a stand.

The stand's rank is its age.

메소드 상세

ComputeRank() 보호된 메소드

Computes the rank for a stand.
The stand's rank is its age.
protected ComputeRank ( Stand stand ) : double
stand Stand
리턴 double

ComputeRank() 보호된 메소드

Computes the rank for a stand.
The stand's rank is its age.
protected ComputeRank ( Stand stand, int i ) : double
stand Stand
i int
리턴 double

IStandRankingMethod() 공개 메소드

public IStandRankingMethod ( List stands, StandRanking rankings ) : void
stands List
rankings StandRanking
리턴 void

MaxCohortAge() 공개 메소드

public MaxCohortAge ( )

MaxCohortAge() 공개 메소드

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