Klasse ARXLattice.ARXNode.Access

java.lang.Object
org.deidentifier.arx.ARXLattice.ARXNode.Access
Umschließende Klasse:
ARXLattice.ARXNode

public class ARXLattice.ARXNode.Access extends Object
Internal access class.
  • Konstruktordetails

  • Methodendetails

    • setAnonymity

      public void setAnonymity(ARXLattice.Anonymity anonymity)
      Sets the anonymity.
      Parameter:
      anonymity -
    • setAnonymous

      public void setAnonymous()
      Set anonymous.
    • setAttributes

      public void setAttributes(Map<Integer,Object> attributes)
      Sets the attributes.
      Parameter:
      attributes -
    • setChecked

      public void setChecked(boolean checked)
      Set checked.
      Parameter:
      checked -
    • setHeadermap

      public void setHeadermap(Map<String,Integer> headermap)
      Sets the headermap.
      Parameter:
      headermap -
    • setHighestScore

      public void setHighestScore(InformationLoss<?> a)
      Sets the maximal information loss.
      Parameter:
      a -
    • setLowerBound

      public void setLowerBound(InformationLoss<?> a)
      Sets the lower bound.
      Parameter:
      a -
    • setLowestScore

      public void setLowestScore(InformationLoss<?> a)
      Sets the minimal information loss.
      Parameter:
      a -
    • setNotAnonymous

      public void setNotAnonymous()
      Set not anonymous.
    • setPredecessors

      public void setPredecessors(ARXLattice.ARXNode[] predecessors)
      Sets the predecessors.
      Parameter:
      predecessors -
    • setSuccessors

      public void setSuccessors(ARXLattice.ARXNode[] successors)
      Sets the successors.
      Parameter:
      successors -
    • setTransformation

      public void setTransformation(int[] transformation)
      Sets the transformation.
      Parameter:
      transformation -