type TOpMultipleScatter = class(TOpLocalData)
TOpLocalData > TOperator![]() |
constructor Create(AOwner: TObject); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure BuildLists(); |
![]() |
function CheckAttributes(): boolean; override; |
![]() |
procedure ClearLists(); |
![]() |
function CoreExecute(): boolean; override; |
![]() |
function getClassParameter: TClassOperatorParameter; override; |
![]() |
function getNewForm(): TForm; override; |
![]() |
procedure InitializeStatDesConditionnal(); |
![]() |
constructor Create(AOwner: TObject); override; |
![]() |
destructor Destroy; override; |
![]() |
procedure BuildLists(); |
créer les statistiques adéquates: X1 et X2 sont dans les Target, les caractérisantes sont dans les Input
![]() |
function CheckAttributes(): boolean; override; |
![]() |
procedure ClearLists(); |
vider les listes conditionnelles
![]() |
function CoreExecute(): boolean; override; |
reconstruire les stats descriptives ici
![]() |
function getClassParameter: TClassOperatorParameter; override; |
idem pour X2
![]() |
function getNewForm(): TForm; override; |
![]() |
procedure InitializeStatDesConditionnal(); |
initialiser les stats descriptives conditionnelles
![]() |
property LstX1: TLstCalcStatDesConditionnal; |
![]() |
property LstX2: TLstCalcStatDesConditionnal; |
![]() |
property X1: TAttribute; |
![]() |
property X2: TAttribute; |
![]() |
property LstX1: TLstCalcStatDesConditionnal; |
liste de stats sur X1
![]() |
property LstX2: TLstCalcStatDesConditionnal; |
liste de stats sur X2
![]() |
property X1: TAttribute; |
variable X1
![]() |
property X2: TAttribute; |
variable X2