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

Class TCrossTab

Unit

UCalcCrossTab

Declaration

type TCrossTab = class(TObject)

Description

tableau de contingence, les lignes et colonnes 0 sont les marges

Methods

Overview

Public constructor create(prmRA,prmCA: TAttribute);
Public destructor destroy; override;
Public procedure AddValue(example: integer);
Public function getHTMLResult(prmOption: integer; prmCaption: string): string;
Public procedure Refresh(prmExamples: TExamples);
Public procedure ReInitialization();

Description

Public constructor create(prmRA,prmCA: TAttribute);

construire et brancher sur les attributs

Public destructor destroy; override;

destructor

Public procedure AddValue(example: integer);

ajouter une valeur

Public function getHTMLResult(prmOption: integer; prmCaption: string): string;

obtenir une description HTML du tableau croisé

Public procedure Refresh(prmExamples: TExamples);

rafraîchir à partir d'une série d'exemples

Public procedure ReInitialization();

vider le tableau

Properties

Overview

Public property ColCount: integer;
Public property ColFreq[i,j: integer]: double;
Public property FullFreq[i,j: integer]: double;
Public property RowCount: integer;
Public property RowFreq[i,j: integer]: double;
Public property Value[i,j: integer]: TFreqCountType;

Description

Public property ColCount: integer;

nombre de colonnes

Public property ColFreq[i,j: integer]: double;

profil colonne

Public property FullFreq[i,j: integer]: double;

full profil

Public property RowCount: integer;

nombre de lignes

Public property RowFreq[i,j: integer]: double;

profil ligne

Public property Value[i,j: integer]: TFreqCountType;

accès à la cellule i,j


Generated by DIPasDoc 0.8.6 on ven. 09/ janv. 2004 00:52:25