C# 클래스 Landis.Extension.BaseHarvest.StandRankingMethod

A base class that represents a method for computing stand rankings.
상속: IStandRankingMethod
파일 보기 프로젝트 열기: LANDIS-II-Foundation/Extensions-Disturbance

보호된 메소드들

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

Computes the rank for a stand.

InitializeForRanking ( List stands, int standCount ) : void
StandRankingMethod ( ) : Edu.Wisc.Forest.Flel.Util
StandRankingMethod ( ) : System.Collections.Generic

비공개 메소드들

메소드 설명
IStandRankingMethod ( IRequirement requirement ) : void
IStandRankingMethod ( List stands, StandRanking rankings ) : void

메소드 상세

ComputeRank() 보호된 추상적인 메소드

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

InitializeForRanking() 보호된 메소드

protected InitializeForRanking ( List stands, int standCount ) : void
stands List
standCount int
리턴 void

StandRankingMethod() 보호된 메소드

protected StandRankingMethod ( ) : Edu.Wisc.Forest.Flel.Util
리턴 Edu.Wisc.Forest.Flel.Util

StandRankingMethod() 보호된 메소드

protected StandRankingMethod ( ) : System.Collections.Generic
리턴 System.Collections.Generic