type TGroupAttCarac = class
| Name | Description | |
|---|---|---|
![]() |
FValTest |
la valeur test qui servira au classement des attributs caractérisants |
![]() |
constructor Create(prmAtt,prmCaracAtt: TAttribute; prmStatGlob, prmStatLoc: TCalcStatDes); |
![]() |
procedure ComputeValTest(); virtual; abstract; |
![]() |
function descCaracAtt(): string; virtual; |
![]() |
function getHTMLResult(): string; virtual; abstract; |
![]() |
constructor Create(prmAtt,prmCaracAtt: TAttribute; prmStatGlob, prmStatLoc: TCalcStatDes); |
passer les paramètres
![]() |
procedure ComputeValTest(); virtual; abstract; |
calculer la valeur test
![]() |
function descCaracAtt(): string; virtual; |
description de l'attribut caractérisant
![]() |
function getHTMLResult(): string; virtual; abstract; |
envoyer une description HTML des résultats
![]() |
property Attribute: TAttribute; |
![]() |
property CaracAttribute: TAttribute; |
![]() |
property ValTest: double; |
![]() |
property Attribute: TAttribute; |
attribut à caractériser
![]() |
property CaracAttribute: TAttribute; |
attribut caractérisant
![]() |
property ValTest: double; |
la valeur test à exhiber