Uses of Class
no.oslomet.aaas.model.AttributeTypeModel
-
Packages that use AttributeTypeModel Package Description no.oslomet.aaas.model no.oslomet.aaas.utils -
-
Uses of AttributeTypeModel in no.oslomet.aaas.model
Fields in no.oslomet.aaas.model with type parameters of type AttributeTypeModel Modifier and Type Field Description private java.util.Map<java.lang.String,AttributeTypeModel>MetaData. attributeTypeListprivate java.util.Map<java.lang.String,AttributeTypeModel>AnalysationPayload. attributeTypesMethods in no.oslomet.aaas.model that return AttributeTypeModel Modifier and Type Method Description static AttributeTypeModelAttributeTypeModel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AttributeTypeModel[]AttributeTypeModel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in no.oslomet.aaas.model that return types with arguments of type AttributeTypeModel Modifier and Type Method Description java.util.Map<java.lang.String,AttributeTypeModel>MetaData. getAttributeTypeList()Getter method that returns an object ofAttributeTypeModel.java.util.Map<java.lang.String,AttributeTypeModel>AnalysationPayload. getAttributeTypes()Getter method for the AttributeTypes for the dataset fields/columns.Method parameters in no.oslomet.aaas.model with type arguments of type AttributeTypeModel Modifier and Type Method Description voidMetaData. setAttributeTypeList(java.util.Map<java.lang.String,AttributeTypeModel> AttributeTypeList)Setter method for the dataset fields/column attribute types.Constructor parameters in no.oslomet.aaas.model with type arguments of type AttributeTypeModel Constructor Description AnalysationPayload(java.util.List<java.lang.String[]> data, java.util.Map<java.lang.String,AttributeTypeModel> attributeTypes)Setter method for Analysation payload. -
Uses of AttributeTypeModel in no.oslomet.aaas.utils
Method parameters in no.oslomet.aaas.utils with type arguments of type AttributeTypeModel Modifier and Type Method Description private voidARXDataFactory. setAttributeTypes(org.deidentifier.arx.Data data, java.util.Map<java.lang.String,AttributeTypeModel> attributeTypes)Mutates an ARXDataobject that holds the data set and assign an attribute type for each table row based on the globalMetaDatametaData object.private voidARXDataFactory. validateParameters(java.util.List<java.lang.String[]> rawData, java.util.Map<java.lang.String,AttributeTypeModel> attributeTypes)
-