Uses of Class
no.oslomet.aaas.model.analytics.RiskProfile
-
Packages that use RiskProfile Package Description no.oslomet.aaas.analyzer no.oslomet.aaas.controller no.oslomet.aaas.model no.oslomet.aaas.service -
-
Uses of RiskProfile in no.oslomet.aaas.analyzer
Methods in no.oslomet.aaas.analyzer that return RiskProfile Modifier and Type Method Description RiskProfileAnalyzer. analyze(Request payload)Method to run analysation on the anonymization metrics of the data in the payload with the provided parameters in the payload.RiskProfileARXAnalyzer. analyze(Request payload) -
Uses of RiskProfile in no.oslomet.aaas.controller
Methods in no.oslomet.aaas.controller that return RiskProfile Modifier and Type Method Description RiskProfileAnalyzationController. getPayloadAnalyze(@Valid Request payload, javax.servlet.http.HttpServletRequest request) -
Uses of RiskProfile in no.oslomet.aaas.model
Fields in no.oslomet.aaas.model declared as RiskProfile Modifier and Type Field Description private RiskProfileAnonymizationResultPayload. riskProfileMethods in no.oslomet.aaas.model that return RiskProfile Modifier and Type Method Description RiskProfileAnonymizationResultPayload. getRiskProfile()Getter method for the analysis of the anonymized dataset.Constructors in no.oslomet.aaas.model with parameters of type RiskProfile Constructor Description AnonymizationResultPayload(AnonymizeResult anonymizeResult, RiskProfile riskProfile)Setter method for the response object from the anonymisation and analysation process. -
Uses of RiskProfile in no.oslomet.aaas.service
Methods in no.oslomet.aaas.service that return RiskProfile Modifier and Type Method Description RiskProfileAnalyzationService. analyze(Request payload)
-