Uses of Class
io.rtr.alchemy.models.Treatment
Packages that use Treatment
-
Uses of Treatment in io.rtr.alchemy.models
Methods in io.rtr.alchemy.models that return TreatmentModifier and TypeMethodDescriptionExperiments.getActiveTreatment(String experimentName, Identity identity) Returns the current active treatment for an experiment name and identity, taking overrides into accountAllocation.getTreatment()Allocations.getTreatment(int bin) Get treatment assigned to a specific binExperiment.getTreatment(Identity identity, AttributesMap attributes) Returns treatment for an identityExperiment.getTreatment(String treatmentName) Get a treatment with the given nameTreatmentOverride.getTreatment()Methods in io.rtr.alchemy.models that return types with arguments of type TreatmentModifier and TypeMethodDescriptionExperiments.getActiveTreatments(Identity identity) Returns all active treatments for all active experiments for an identity, taking overrides into accountExperiment.getTreatments()Gets all treatments defined on this experimentMethods in io.rtr.alchemy.models with parameters of type TreatmentModifier and TypeMethodDescriptionvoidAllocates bins to a treatmentvoidAllocations.deallocate(Treatment treatment, int size) De-allocates bins from a treatmentvoidAllocations.reallocate(Treatment source, Treatment destination, int size) Reallocates bins from one treatment to anotherConstructors in io.rtr.alchemy.models with parameters of type TreatmentModifierConstructorDescriptionAllocation(Treatment treatment, int offset, int size) TreatmentOverride(String name, FilterExpression filter, Treatment treatment)