Klasse AnalysisContext

java.lang.Object
org.deidentifier.arx.gui.view.impl.common.async.AnalysisContext

public class AnalysisContext extends Object
This class implements a base class for views that show statistic properties of the data.
  • Konstruktordetails

    • AnalysisContext

      public AnalysisContext()
  • Methodendetails

    • getData

      public AnalysisData getData()
      Returns the current context, consisting of a consistent combination of a configuration and a data handle.
      Gibt zurück:
    • getHierarchy

      public AttributeType.Hierarchy getHierarchy(AnalysisData context, String attribute)
      Returns a generalization hierarchy for the attribute, if available.
      Parameter:
      context -
      attribute -
      Gibt zurück:
    • getModel

      public Model getModel()
      Returns the model.
      Gibt zurück:
    • getPopulationModel

      public ARXPopulationModel getPopulationModel()
      Returns a population model for the given context
      Gibt zurück:
    • getTarget

      public ModelEvent.ModelPart getTarget()
      Gets the target.
      Gibt zurück:
    • setModel

      public void setModel(Model model)
      Sets the model.
      Parameter:
      model -
    • setTarget

      public void setTarget(ModelEvent.ModelPart target)
      Sets the target.
      Parameter:
      target -