C# 클래스 Landis.Extension.BiomassHarvest.PartialThinning

Static class for partial thinning.
파일 보기 프로젝트 열기: LANDIS-II-Foundation/Extensions-Disturbance

공개 메소드들

메소드 설명
MakeInputValueException ( string value, string message ) : Edu.Wisc.Forest.Flel.Util.InputValueException
ReadAgeOrRange ( Edu.Wisc.Forest.Flel.Util.StringReader reader, int &index ) : InputValue

Reads a cohort age or a range of ages (format: age-age) followed by an optional percentage for partial thinning.

The optional percentage is bracketed by parenthesis.

ReadPercentage ( Edu.Wisc.Forest.Flel.Util.StringReader reader, int &index ) : InputValue

Reads a percentage for partial thinning of a cohort age or age range.

The percentage is bracketed by parentheses.

ReadWhitespace ( Edu.Wisc.Forest.Flel.Util.StringReader reader ) : string

Reads whitespace from a string reader.

ReadWord ( Edu.Wisc.Forest.Flel.Util.StringReader reader, char delimiter ) : string

Reads a word from a string reader.

The word is terminated by whitespace, the end of input, or a particular delimiter character.

메소드 상세

MakeInputValueException() 공개 정적인 메소드

public static MakeInputValueException ( string value, string message ) : Edu.Wisc.Forest.Flel.Util.InputValueException
value string
message string
리턴 Edu.Wisc.Forest.Flel.Util.InputValueException

ReadAgeOrRange() 공개 정적인 메소드

Reads a cohort age or a range of ages (format: age-age) followed by an optional percentage for partial thinning.
The optional percentage is bracketed by parenthesis.
public static ReadAgeOrRange ( Edu.Wisc.Forest.Flel.Util.StringReader reader, int &index ) : InputValue
reader Edu.Wisc.Forest.Flel.Util.StringReader
index int
리턴 InputValue

ReadPercentage() 공개 정적인 메소드

Reads a percentage for partial thinning of a cohort age or age range.
The percentage is bracketed by parentheses.
public static ReadPercentage ( Edu.Wisc.Forest.Flel.Util.StringReader reader, int &index ) : InputValue
reader Edu.Wisc.Forest.Flel.Util.StringReader
index int
리턴 InputValue

ReadWhitespace() 공개 정적인 메소드

Reads whitespace from a string reader.
public static ReadWhitespace ( Edu.Wisc.Forest.Flel.Util.StringReader reader ) : string
reader Edu.Wisc.Forest.Flel.Util.StringReader
리턴 string

ReadWord() 공개 정적인 메소드

Reads a word from a string reader.
The word is terminated by whitespace, the end of input, or a particular delimiter character.
public static ReadWord ( Edu.Wisc.Forest.Flel.Util.StringReader reader, char delimiter ) : string
reader Edu.Wisc.Forest.Flel.Util.StringReader
delimiter char
리턴 string