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

A parser that reads harvest parameters from text input.
상속: Landis.Library.HarvestManagement.InputParametersParser
파일 보기 프로젝트 열기: LANDIS-II-Foundation/Extensions-Disturbance 1 사용 예제들

공개 메소드들

메소드 설명
InputParametersParser ( ISpeciesDataset speciesDataset ) : Landis.Core

Initializes a new instance.

메소드 상세

InputParametersParser() 공개 메소드

Initializes a new instance.
public InputParametersParser ( ISpeciesDataset speciesDataset ) : Landis.Core
speciesDataset ISpeciesDataset /// The dataset of species to look up species' names in. ///
리턴 Landis.Core