Class TSfrSegmentFlowItem

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSfrSegmentFlowItem = class(TCustomModflowBoundaryItem)

Description

TSfrSegmentFlowItem represents a MODFLOW Streamflow Routing boundary for one time interval. TSfrSegmentFlowItem is stored by TSfrCollection.

Hierarchy

Overview

Fields

Private FFlow: TFormulaObject;
Private FPrecipitation: TFormulaObject;
Private FEvapotranspiration: TFormulaObject;
Private FRunnoff: TFormulaObject;

Methods

Private procedure SetPrecipitation(const Value: string);
Private procedure SetFlow(const Value: string);
Private procedure SetEvapotranspiration(const Value: string);
Private procedure SetRunnoff(const Value: string);
Private function GetEvapotranspiration: string;
Private function GetFlow: string;
Private function GetPrecipitation: string;
Private function GetRunnoff: string;
Protected procedure AssignObserverEvents(Collection: TCollection); override;
Protected procedure CreateFormulaObjects; override;
Protected procedure GetPropertyObserver(Sender: TObject; List: TList); override;
Protected procedure RemoveFormulaObjects; override;
Protected function GetBoundaryFormula(Index: integer): string; override;
Protected procedure SetBoundaryFormula(Index: integer; const Value: string); override;
Protected function IsSame(AnotherItem: TOrderedItem): boolean; override;
Protected function BoundaryFormulaCount: integer; override;
Public constructor Create(Collection: TCollection); override;
Public Destructor Destroy; override;
Published procedure Assign(Source: TPersistent); override;

Properties

Published property Flow: string read GetFlow write SetFlow;
Published property Precipitation: string read GetPrecipitation write SetPrecipitation;
Published property Evapotranspiration: string read GetEvapotranspiration write SetEvapotranspiration;
Published property Runnoff: string read GetRunnoff write SetRunnoff;

Description

Fields

Private FFlow: TFormulaObject;
 
Private FPrecipitation: TFormulaObject;
 
Private FEvapotranspiration: TFormulaObject;
 
Private FRunnoff: TFormulaObject;
 

Methods

Private procedure SetPrecipitation(const Value: string);
 
Private procedure SetFlow(const Value: string);
 
Private procedure SetEvapotranspiration(const Value: string);
 
Private procedure SetRunnoff(const Value: string);
 
Private function GetEvapotranspiration: string;
 
Private function GetFlow: string;
 
Private function GetPrecipitation: string;
 
Private function GetRunnoff: string;
 
Protected procedure AssignObserverEvents(Collection: TCollection); override;
 
Protected procedure CreateFormulaObjects; override;
 
Protected procedure GetPropertyObserver(Sender: TObject; List: TList); override;
 
Protected procedure RemoveFormulaObjects; override;
 
Protected function GetBoundaryFormula(Index: integer): string; override;

See BoundaryFormula.

Protected procedure SetBoundaryFormula(Index: integer; const Value: string); override;

See BoundaryFormula.

Protected function IsSame(AnotherItem: TOrderedItem): boolean; override;

IsSame checks whether AnotherItem is the same as the current TSfrSegmentFlowItem.

Protected function BoundaryFormulaCount: integer; override;
 
Public constructor Create(Collection: TCollection); override;
 
Public Destructor Destroy; override;
 
Published procedure Assign(Source: TPersistent); override;

Assign copies Source to this TSfrSegmentFlowItem.

Properties

Published property Flow: string read GetFlow write SetFlow;
 
Published property Precipitation: string read GetPrecipitation write SetPrecipitation;
 
Published property Evapotranspiration: string read GetEvapotranspiration write SetEvapotranspiration;
 
Published property Runnoff: string read GetRunnoff write SetRunnoff;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:50