Class TGhbItem

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TGhbItem = class(TCustomModflowBoundaryItem)

Description

TGhbItem represents a MODFLOW General Head boundary for one time interval. TGhbItem is stored by TGhbCollection.

Hierarchy

Overview

Fields

Private FBoundaryHead: TFormulaObject;
Private FConductance: TFormulaObject;

Methods

Private procedure SetBoundaryHead(const Value: string);
Private procedure SetConductance(const Value: string);
Private function GetBoundaryHead: string;
Private function GetConductance: 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 procedure InvalidateModel; override;
Protected function BoundaryFormulaCount: integer; override;
Public Destructor Destroy; override;
Published procedure Assign(Source: TPersistent); override;

Properties

Published property BoundaryHead: string read GetBoundaryHead write SetBoundaryHead;
Published property Conductance: string read GetConductance write SetConductance;

Description

Fields

Private FBoundaryHead: TFormulaObject;

See BoundaryHead.

Private FConductance: TFormulaObject;

See Conductance.

Methods

Private procedure SetBoundaryHead(const Value: string);

See BoundaryHead.

Private procedure SetConductance(const Value: string);

See Conductance.

Private function GetBoundaryHead: string;
 
Private function GetConductance: 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 TGhbItem.

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

Assign copies Source to this TGhbItem.

Properties

Published property BoundaryHead: string read GetBoundaryHead write SetBoundaryHead;

BoundaryHead is the formula used to set the boundary head of this boundary.

Published property Conductance: string read GetConductance write SetConductance;

Conductance is the formula used to set the conductance or the conductance multiplier of this boundary.


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