Class TRchItem

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TRchItem = class(TCustomModflowBoundaryItem)

Description

TRchItem represents a MODFLOW recharge for one time interval. TRchItem is stored by TRchCollection.

Hierarchy

Overview

Fields

Private FRechargeRate: TFormulaObject;

Methods

Private procedure SetRechargeRate(const Value: string);
Private function GetRechargeRate: 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 Destructor Destroy; override;
Published procedure Assign(Source: TPersistent); override;

Properties

Published property RechargeRate: string read GetRechargeRate write SetRechargeRate;

Description

Fields

Private FRechargeRate: TFormulaObject;

See RechargeRate.

Methods

Private procedure SetRechargeRate(const Value: string);

See RechargeRate.

Private function GetRechargeRate: 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 TRchItem.

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

Assign copies Source to this TRchItem.

Properties

Published property RechargeRate: string read GetRechargeRate write SetRechargeRate;

RechargeRate is the formula used to set the recharge rate or the recharge rate multiplier of this boundary.


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