Klasse ARXLattice.Access

java.lang.Object
org.deidentifier.arx.ARXLattice.Access
Alle implementierten Schnittstellen:
Serializable
Umschließende Klasse:
ARXLattice

public class ARXLattice.Access extends Object implements Serializable
The internal accessor class.
Siehe auch:
  • Konstruktordetails

    • Access

      public Access(ARXLattice lattice)
      Constructor
      Parameter:
      lattice -
  • Methodendetails

    • getAttributeMap

      public Map<String,Integer> getAttributeMap()
      Accessor method
      Gibt zurück:
    • setBottom

      public void setBottom(ARXLattice.ARXNode bottom)
      Accessor method
      Parameter:
      bottom -
    • setLevels

      public void setLevels(ARXLattice.ARXNode[][] levels)
      Accessor method
      Parameter:
      levels -
    • setMonotonicity

      public void setMonotonicity(ARXConfiguration config)
      Accessor method
      Parameter:
      config -
    • setOptimum

      public void setOptimum(ARXLattice.ARXNode node)
      Accessor method
      Parameter:
      node -
    • setQualityModel

      public void setQualityModel(Metric<?> model)
      Accessor method
      Parameter:
      model -
    • setSize

      public void setSize(int size)
      Accessor method
      Parameter:
      size -
    • setSolutionSpace

      public void setSolutionSpace(org.deidentifier.arx.framework.lattice.SolutionSpace<?> solutions)
      Updates the solution space
      Parameter:
      solutions -
    • setTop

      public void setTop(ARXLattice.ARXNode top)
      Accessor method
      Parameter:
      top -
    • setUncertainty

      public void setUncertainty(boolean uncertainty)
      Accessor method
      Parameter:
      uncertainty -