Uses of Class
io.rtr.alchemy.identities.AttributesMap
Packages that use AttributesMap
-
Uses of AttributesMap in io.rtr.alchemy.filtering
Methods in io.rtr.alchemy.filtering with parameters of type AttributesMapModifier and TypeMethodDescriptionbooleanFilterExpression.evaluate(AttributesMap attributes) Evaluates the filter -
Uses of AttributesMap in io.rtr.alchemy.identities
Methods in io.rtr.alchemy.identities that return AttributesMapModifier and TypeMethodDescriptionAttributesMap.Builder.build()abstract AttributesMapIdentity.computeAttributes()generates a list of attributes that describe this identity for filteringstatic AttributesMapAttributesMap.empty()Methods in io.rtr.alchemy.identities with parameters of type AttributesMapModifier and TypeMethodDescriptionlongIdentity.computeHash(int seed, Set<String> hashAttributes, AttributesMap attributes) generates a hash code used to assign identity to treatment -
Uses of AttributesMap in io.rtr.alchemy.models
Methods in io.rtr.alchemy.models with parameters of type AttributesMapModifier and TypeMethodDescriptionExperiment.getTreatment(Identity identity, AttributesMap attributes) Returns treatment for an identity