Klasse AnalysisContext
java.lang.Object
org.deidentifier.arx.gui.view.impl.common.async.AnalysisContext
This class implements a base class for views that show statistic properties of the data.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetData()Returns the current context, consisting of a consistent combination of a configuration and a data handle.getHierarchy(AnalysisData context, String attribute) Returns a generalization hierarchy for the attribute, if available.getModel()Returns the model.Returns a population model for the given contextGets the target.voidSets the model.voidsetTarget(ModelEvent.ModelPart target) Sets the target.
-
Konstruktordetails
-
AnalysisContext
public AnalysisContext()
-
-
Methodendetails
-
getData
Returns the current context, consisting of a consistent combination of a configuration and a data handle.- Gibt zurück:
-
getHierarchy
Returns a generalization hierarchy for the attribute, if available.- Parameter:
context-attribute-- Gibt zurück:
-
getModel
Returns the model.- Gibt zurück:
-
getPopulationModel
Returns a population model for the given context- Gibt zurück:
-
getTarget
Gets the target.- Gibt zurück:
-
setModel
Sets the model.- Parameter:
model-
-
setTarget
Sets the target.- Parameter:
target-
-