Class TSpecifiedHeadBoundary

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSpecifiedHeadBoundary = class(TCustomInterpolatedBoundary)

Description

TSpecifiedHeadBoundary represents a specified head boundary in PHAST for one TScreenObject.

Hierarchy

Overview

Fields

Private FSolutionType: TSolutionType;

Methods

Private procedure SetSolutionType(const Value: TSolutionType);
Private procedure Loaded;
Public procedure Assign(Source: TPersistent); override;
Public constructor Create(ScreenObject: TScreenObject; Model: TBaseModel);

Properties

Published property SolutionType: TSolutionType read FSolutionType write SetSolutionType;

Description

Fields

Private FSolutionType: TSolutionType;

See Solution. See SolutionType.

Methods

Private procedure SetSolutionType(const Value: TSolutionType);

See Solution. See SolutionType.

Private procedure Loaded;
 
Public procedure Assign(Source: TPersistent); override;

If Source is a TSpecifiedHeadBoundary, Assign copies Solution, BoundaryValue, and SolutionType.

Public constructor Create(ScreenObject: TScreenObject; Model: TBaseModel);

Create creates an instance of TSpecifiedHeadBoundary.

Properties

Published property SolutionType: TSolutionType read FSolutionType write SetSolutionType;

SolutionType specifies whether Solution represents a specified solution or an associated solution.


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