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
Afficher le fichier Open project: LANDIS-II-Foundation/Extensions-Disturbance

Méthodes publiques

Méthode Description
RandomRank ( ) : System.Collections.Generic

Méthodes protégées

Méthode 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 méthode

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
Résultat double

InitializeForRanking() protected méthode

protected InitializeForRanking ( List stands, int standCount ) : void
stands List
standCount int
Résultat void

RandomRank() public méthode

public RandomRank ( ) : System.Collections.Generic
Résultat System.Collections.Generic