Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Variables
Constants
Functions and Procedures
Identifiers

Class AIReportCard

Unit

cAIReportCard

Declaration

type AIReportCard = class()

Description

*****************************************************************************

Methods

Overview

Public function Failed: integer;
Public procedure LoadFromFile(var aFile: TextFile);
Public function OneLineDisplay: string;
Public procedure SaveToFile(var aFile: TextFile);
Public procedure UpdateReport(aResult: boolean; aValue: integer; aEffort: integer);

Description

Public function Failed: integer;

 

Public procedure LoadFromFile(var aFile: TextFile);

 

Public function OneLineDisplay: string;

=Total-Success, how many times failed

Public procedure SaveToFile(var aFile: TextFile);

 

Public procedure UpdateReport(aResult: boolean; aValue: integer; aEffort: integer);

 

Properties

Overview

Public property Effort: integer;
Public property Kind: integer;
Public property Success: integer;
Public property Total: integer;
Public property Value: integer;
Public property Weight: single;

Description

Public property Effort: integer;

 

Public property Kind: integer;

average amount of time taken to catch

Public property Success: integer;

 

Public property Total: integer;

 

Public property Value: integer;

 

Public property Weight: single;

 


Generated by PasDoc 0.8.7 on Wed 01/ Oct 2003 00:51:36