Class TEvidenceVariableDefinitionByCombination

Unit

Declaration

type TEvidenceVariableDefinitionByCombination = class(TBackboneElement)

Description

The EvidenceVariable resource describes an element that knowledge (Evidence) is about.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property code : string read Getcode write Setcode;
Public property codeElement : TCharacteristicCombination read GetcodeElement write SetcodeElement;
Public property threshold : Int64 read Getthreshold write Setthreshold;
Public property thresholdElement : TpositiveInt read GetthresholdElement write SetthresholdElement;
Public property characteristic : TEvidenceVariableCharacteristicArray read GetcharacteristicArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : string read Getcode write Setcode;

Used to specify if two or more characteristics are combined with OR or AND.

Public property codeElement : TCharacteristicCombination read GetcodeElement write SetcodeElement;
 
Public property threshold : Int64 read Getthreshold write Setthreshold;

Provides the value of "n" when "at-least" or "at-most" codes are used.

Public property thresholdElement : TpositiveInt read GetthresholdElement write SetthresholdElement;
 
Public property characteristic : TEvidenceVariableCharacteristicArray read GetcharacteristicArray;

A defining factor of the characteristic.


Generated by PasDoc 0.15.0.