Class TSfrUnsatSegmentItem

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSfrUnsatSegmentItem = class(TCustomModflowBoundaryItem)

Description

TSfrUnsatSegmentItem represents a MODFLOW Streamflow Routing boundary for one time interval. TSfrUnsatSegmentItem is stored by TSfrUnsatSegmentCollection.

Hierarchy

Overview

Fields

Private FInitialWaterContent: TFormulaObject;
Private FSaturatedWaterContent: TFormulaObject;
Private FBrooksCoreyExponent: TFormulaObject;
Private FVerticalSaturatedK: TFormulaObject;

Methods

Private procedure SetBrooksCoreyExponent(const Value: string);
Private procedure SetSaturatedWaterContent(const Value: string);
Private procedure SetInitialWaterContent(const Value: string);
Private procedure SetVerticalSaturatedK(const Value: string);
Private function GetBrooksCoreyExponent: string;
Private function GetInitialWaterContent: string;
Private function GetSaturatedWaterContent: string;
Private function GetVerticalSaturatedK: 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 procedure Assign(Source: TPersistent); override;
Public Destructor Destroy; override;

Properties

Published property BrooksCoreyExponent: string read GetBrooksCoreyExponent write SetBrooksCoreyExponent;
Published property InitialWaterContent: string read GetInitialWaterContent write SetInitialWaterContent;
Published property SaturatedWaterContent: string read GetSaturatedWaterContent write SetSaturatedWaterContent;
Published property VerticalSaturatedK: string read GetVerticalSaturatedK write SetVerticalSaturatedK;

Description

Fields

Private FInitialWaterContent: TFormulaObject;
 
Private FSaturatedWaterContent: TFormulaObject;
 
Private FBrooksCoreyExponent: TFormulaObject;
 
Private FVerticalSaturatedK: TFormulaObject;
 

Methods

Private procedure SetBrooksCoreyExponent(const Value: string);
 
Private procedure SetSaturatedWaterContent(const Value: string);
 
Private procedure SetInitialWaterContent(const Value: string);
 
Private procedure SetVerticalSaturatedK(const Value: string);
 
Private function GetBrooksCoreyExponent: string;
 
Private function GetInitialWaterContent: string;
 
Private function GetSaturatedWaterContent: string;
 
Private function GetVerticalSaturatedK: 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 TSfrUnsatSegmentItem.

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

Assign copies Source to this TSfrUnsatSegmentItem.

Public Destructor Destroy; override;
 

Properties

Published property BrooksCoreyExponent: string read GetBrooksCoreyExponent write SetBrooksCoreyExponent;
 
Published property InitialWaterContent: string read GetInitialWaterContent write SetInitialWaterContent;
 
Published property SaturatedWaterContent: string read GetSaturatedWaterContent write SetSaturatedWaterContent;
 
Published property VerticalSaturatedK: string read GetVerticalSaturatedK write SetVerticalSaturatedK;
 

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