Class TCustomBoundaryStorage

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCustomBoundaryStorage = class(TObject)

Description

@name defines the starting and ending time for a particular boundary condition. Descendants add an array of records that defining where and with what values the boundary condition applies.

Hierarchy

Overview

Fields

Private FModel: TBaseModel;
Protected FCached: boolean;
Protected FCleared: Boolean;
Protected FTempFileName: string;
Public StartingTime: double;
Public EndingTime: double;

Methods

Protected procedure Clear; virtual; abstract;
Protected procedure Restore(DecompressionStream: TDecompressionStream; Annotations: TStringList); virtual; abstract;
Protected procedure Store(Compressor: TCompressionStream); virtual; abstract;
Protected procedure RestoreData;
Public destructor Destroy; override;
Public procedure CacheData;
Public constructor Create(AModel: TBaseModel);

Properties

Public property Model: TBaseModel read FModel;

Description

Fields

Private FModel: TBaseModel;
 
Protected FCached: boolean;
 
Protected FCleared: Boolean;
 
Protected FTempFileName: string;
 
Public StartingTime: double;
 
Public EndingTime: double;
 

Methods

Protected procedure Clear; virtual; abstract;
 
Protected procedure Restore(DecompressionStream: TDecompressionStream; Annotations: TStringList); virtual; abstract;
 
Protected procedure Store(Compressor: TCompressionStream); virtual; abstract;
 
Protected procedure RestoreData;
 
Public destructor Destroy; override;
 
Public procedure CacheData;
 
Public constructor Create(AModel: TBaseModel);
 

Properties

Public property Model: TBaseModel read FModel;
 

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