Skip to content

/AWS1/CL_EVYTREATMENTCONFIG

A structure that defines one treatment in an experiment. A treatment is a variation of the feature that you are including in the experiment.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_NAME TYPE /AWS1/EVYTREATMENTNAME /AWS1/EVYTREATMENTNAME

A name for this treatment.

IV_FEATURE TYPE /AWS1/EVYFEATURENAME /AWS1/EVYFEATURENAME

The feature that this experiment is testing.

IV_VARIATION TYPE /AWS1/EVYVARIATIONNAME /AWS1/EVYVARIATIONNAME

The name of the variation to use as this treatment in the experiment.

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/EVYDESCRIPTION /AWS1/EVYDESCRIPTION

A description for this treatment.


Queryable Attributes

name

A name for this treatment.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

description

A description for this treatment.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

feature

The feature that this experiment is testing.

Accessible with the following methods

Method Description
GET_FEATURE() Getter for FEATURE, with configurable default
ASK_FEATURE() Getter for FEATURE w/ exceptions if field has no value
HAS_FEATURE() Determine if FEATURE has a value

variation

The name of the variation to use as this treatment in the experiment.

Accessible with the following methods

Method Description
GET_VARIATION() Getter for VARIATION, with configurable default
ASK_VARIATION() Getter for VARIATION w/ exceptions if field has no value
HAS_VARIATION() Determine if VARIATION has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_TREATMENTCONFIGLIST

TYPES TT_TREATMENTCONFIGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EVYTREATMENTCONFIG WITH DEFAULT KEY
.