C# 클래스 Landis.Harvest.EconomicRank

A stand ranking method based on economic ranks
상속: StandRankingMethod
파일 보기 프로젝트 열기: LANDIS-II-Foundation/Extensions-Disturbance

공개 메소드들

메소드 설명
EconomicRank ( EconomicRankTable rankTable ) : Landis.AgeCohort
EconomicRank ( ) : System.Collections.Generic
IStandRankingMethod ( List stands, StandRanking rankings ) : void

보호된 메소드들

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

Computes the rank for a stand.

ComputeRank ( Stand stand, int i ) : double

Computes the rank for a stand.

메소드 상세

ComputeRank() 보호된 메소드

Computes the rank for a stand.
protected ComputeRank ( Stand stand ) : double
stand Stand
리턴 double

ComputeRank() 보호된 메소드

Computes the rank for a stand.
protected ComputeRank ( Stand stand, int i ) : double
stand Stand
i int
리턴 double

EconomicRank() 공개 메소드

public EconomicRank ( EconomicRankTable rankTable ) : Landis.AgeCohort
rankTable EconomicRankTable
리턴 Landis.AgeCohort

EconomicRank() 공개 메소드

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

IStandRankingMethod() 공개 메소드

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