Class TPrintFrequencyCollection

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TPrintFrequencyCollection = class(TPhastCollection)

Description

TPrintFrequencyCollection represents a group of TPrintFrequencyItems.

Hierarchy

Overview

Fields

Private FSaveFinalHeads: boolean;

Methods

Private procedure SetSaveFinalHeads(const Value: boolean);
Public procedure Assign(Source: TPersistent); override;
Public function PriorTimeIndex(const Time: double): integer;
Public constructor Create(Model: TBaseModel);
Public function RetrieveByTime(const Time: double): TPrintFrequencyItem;

Properties

Published property SaveFinalHeads: boolean read FSaveFinalHeads write SetSaveFinalHeads;

Description

Fields

Private FSaveFinalHeads: boolean;

FSaveFinalHeads: boolean; See SaveFinalHeads.

Methods

Private procedure SetSaveFinalHeads(const Value: boolean);

See SaveFinalHeads.

Public procedure Assign(Source: TPersistent); override;

If source is a TPrintFrequencyCollection, Assign copies Source to the item that called name.

Public function PriorTimeIndex(const Time: double): integer;

PriorTimeIndex returns the index of the first TPrintFrequencyItem whose Time is greater than or equal to Time.

Public constructor Create(Model: TBaseModel);

Create creates an instance of TPrintFrequencyCollection.

Public function RetrieveByTime(const Time: double): TPrintFrequencyItem;

RetrieveByTime returns the first TPrintFrequencyItem whose Time is greater than or equal to Time.

Properties

Published property SaveFinalHeads: boolean read FSaveFinalHeads write SetSaveFinalHeads;

SaveFinalHeads specifies whether or not the final heads in the simulation should be saved by PHAST.


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