Method | Description | |
---|---|---|
AddUnharvestedNeighbors ( Stand stand, List |
Adds a stand's unharvested neighbors and their rankings to a sorted list of stand rankings. The stand rankings are in highest to lowest order. A neighbor is only added to the list if its rank is > 0 and it isn't already in the list. |
|
GetRanking ( Stand stand ) : |
Gets the ranking for an unharvested stand from among the whole set of stand rankings.
|
|
ValidateTargetSize ( InputValue |
||
ValidateTargetSizes ( InputValue |
Method | Description | |
---|---|---|
StandSpreading ( ) : Edu.Wisc.Forest.Flel.Util |
public AddUnharvestedNeighbors ( Stand stand, List |
||
stand | Stand | |
neighborRankings | List |
|
return | void |
public GetRanking ( Stand stand ) : |
||
stand | Stand | |
return |
protected StandSpreading ( ) : Edu.Wisc.Forest.Flel.Util | ||
return | Edu.Wisc.Forest.Flel.Util |
public static ValidateTargetSize ( InputValue |
||
targetSize | InputValue |
|
return | void |
public static ValidateTargetSizes ( InputValue |
||
minTargetSize | InputValue |
|
maxTargetSize | InputValue |
|
return | void |