Create method

Applies to
TUML_Classifier

Declaration
Constructor Create;

Implementation

Constructor TUML_Classifier.Create;
begin
  inherited Create;
  fFeatures:= TStringList.Create;
End;