Class TTimeItem

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TTimeItem = class(TCollectionItem)

Description

TTimeItem represents one stress period in PHAST.

Hierarchy

Overview

Fields

Private FEndingTime: double;
Private FTimeStepLength: double;

Methods

Private procedure SetEndingTime(const Value: double);
Private procedure SetTimeStepLength(const Value: double);
Public procedure Assign(Source: TPersistent); override;
Public constructor Create(Collection: TCollection); override;

Properties

Published property TimeStepLength: double read FTimeStepLength write SetTimeStepLength;
Published property EndingTime: double read FEndingTime write SetEndingTime;

Description

Fields

Private FEndingTime: double;

FEndingTime: double; See EndingTime.

Private FTimeStepLength: double;

FTimeStepLength: double; See TimeStepLength.

Methods

Private procedure SetEndingTime(const Value: double);

See EndingTime.

Private procedure SetTimeStepLength(const Value: double);

See TimeStepLength.

Public procedure Assign(Source: TPersistent); override;

If Source is a TTimeItem, Assign copies the published properties of Source

Public constructor Create(Collection: TCollection); override;

Create creates an instance of TTimeItem.

Properties

Published property TimeStepLength: double read FTimeStepLength write SetTimeStepLength;

TimeStepLength is the length of the stress period.

Published property EndingTime: double read FEndingTime write SetEndingTime;

EndingTime is the ending time of the stress period.


Generated by PasDoc 0.12.1 on 2013-05-13 15:42:06