Class TChdItem

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TChdItem = class(TCustomModflowBoundaryItem)

Description

TChdItem represents a MODFLOW Constant-Head boundary for one time interval. TChdItem is stored by TChdCollection.

Hierarchy

Overview

Fields

Private FEndHead: TFormulaObject;
Private FStartHead: TFormulaObject;

Methods

Private procedure SetEndHead(const Value: string);
Private procedure SetStartHead(const Value: string);
Private function GetEndHead: string;
Private function GetStartHead: string;
Protected procedure RemoveFormulaObjects; override;
Protected procedure CreateFormulaObjects; override;
Protected procedure AssignObserverEvents(Collection: TCollection); override;
Protected procedure GetPropertyObserver(Sender: TObject; List: TList); 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 procedure Assign(Source: TPersistent); override;
Public Destructor Destroy; override;

Properties

Published property EndHead: string read GetEndHead write SetEndHead;
Published property StartHead: string read GetStartHead write SetStartHead;

Description

Fields

Private FEndHead: TFormulaObject;

See EndHead.

Private FStartHead: TFormulaObject;

See StartHead.

Methods

Private procedure SetEndHead(const Value: string);

See EndHead.

Private procedure SetStartHead(const Value: string);

See StartHead.

Private function GetEndHead: string;
 
Private function GetStartHead: string;
 
Protected procedure RemoveFormulaObjects; override;
 
Protected procedure CreateFormulaObjects; override;
 
Protected procedure AssignObserverEvents(Collection: TCollection); override;
 
Protected procedure GetPropertyObserver(Sender: TObject; List: TList); 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 TChdItem.

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

Assign copies Source to this TChdItem.

Public Destructor Destroy; override;
 

Properties

Published property EndHead: string read GetEndHead write SetEndHead;

EndHead is the formula used to set the ending head or the ending head multiplier of this boundary.

Published property StartHead: string read GetStartHead write SetStartHead;

StartHead is the formula used to set the starting head or the starting head multiplier of this boundary.


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