Class TDrtItem

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TDrtItem = class(TDrnItem)

Description

TDrtItem represents a MODFLOW Drain boundary for one time interval. TDrtItem is stored by TDrnCollection.

Hierarchy

Overview

Fields

Private FReturnFraction: TFormulaObject;

Methods

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

Properties

Published property ReturnFraction: string read GetReturnFraction write SetReturnFraction;

Description

Fields

Private FReturnFraction: TFormulaObject;
 

Methods

Private procedure SetReturnFraction(const Value: string);
 
Private function GetReturnFraction: 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 TDrtItem.

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

Assign copies Source to this TDrtItem.

Properties

Published property ReturnFraction: string read GetReturnFraction write SetReturnFraction;

ReturnFraction is the formula used to set the fraction of extracted flow returned to the model


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