Class: Assignment

functions/getExperimentCondition.Assignment

Table of contents

Constructors

  • constructor

Accessors

  • factors

Methods

  • getCondition

  • getExperimentType

  • getFactorLevel

  • getFactorPayload

  • getPayload

  • markDecisionPoint

Constructors

constructor

new Assignment(conditionCode, payload, assignedFactor?)

Parameters

Defined in

functions/getExperimentCondition.ts:10

Accessors

factors

get factors(): string[]

Returns

string[]

Defined in

functions/getExperimentCondition.ts:34

Methods

getCondition

getCondition(): string

Returns

string

Defined in

functions/getExperimentCondition.ts:22


getExperimentType

getExperimentType(): EXPERIMENT_TYPE

Returns

EXPERIMENT_TYPE

Defined in

functions/getExperimentCondition.ts:30


getFactorLevel

getFactorLevel(factor): string

Parameters

Returns

string

Defined in

functions/getExperimentCondition.ts:38


getFactorPayload

getFactorPayload(factor): IPayload

Parameters

Returns

IPayload

Defined in

functions/getExperimentCondition.ts:46


getPayload

getPayload(): IPayload

Returns

IPayload

Defined in

functions/getExperimentCondition.ts:26

Last updated