Uses of Class
no.oslomet.aaas.model.Attribute
-
Packages that use Attribute Package Description no.oslomet.aaas.model no.oslomet.aaas.utils -
-
Uses of Attribute in no.oslomet.aaas.model
Fields in no.oslomet.aaas.model with type parameters of type Attribute Modifier and Type Field Description private java.util.List<Attribute>AnonymizeResult. attributesprivate @NotNull java.util.List<Attribute>Request. attributesMethods in no.oslomet.aaas.model that return types with arguments of type Attribute Modifier and Type Method Description java.util.List<Attribute>AnonymizeResult. getAttributes()java.util.List<Attribute>Request. getAttributes() -
Uses of Attribute in no.oslomet.aaas.utils
Method parameters in no.oslomet.aaas.utils with type arguments of type Attribute Modifier and Type Method Description private voidARXDataFactory. setAttributeTypes(org.deidentifier.arx.Data data, java.util.List<Attribute> attributes)Mutates an ARXDataobject that holds the data set and assign an attribute type for each table row based on the globalAttributeobject.private voidARXDataFactory. setHierarchies(org.deidentifier.arx.Data data, java.util.List<Attribute> attributeList)Mutates an ARXDataobject by setting the hierarchies to be used on the different fields in the data set based on the globalAttributeobject.
-