C# Class Landis.Extension.BaseHarvest.RandomRank

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

Public Methods

Method Description
RandomRank ( ) : System.Collections.Generic

Protected Methods

Method Description
ComputeRank ( Stand stand, int i ) : double

Computes the rank for a stand.

The stand's rank is a random number.

InitializeForRanking ( List stands, int standCount ) : void

Method Details

ComputeRank() protected method

Computes the rank for a stand.
The stand's rank is a random number.
protected ComputeRank ( Stand stand, int i ) : double
stand Stand
i int
return double

InitializeForRanking() protected method

protected InitializeForRanking ( List stands, int standCount ) : void
stands List
standCount int
return void

RandomRank() public method

public RandomRank ( ) : System.Collections.Generic
return System.Collections.Generic