Klasse DependentAction

java.lang.Object
org.deidentifier.arx.framework.lattice.DependentAction
Bekannte direkte Unterklassen:
DependentAction.NodeActionConstant, DependentAction.NodeActionInverse

public abstract class DependentAction extends Object
A action that depends on properties of transformations.
  • Konstruktordetails

    • DependentAction

      public DependentAction()
  • Methodendetails

    • action

      public void action(Transformation<?> transformation)
      Implements the action to be performed.
      Parameter:
      transformation -
    • appliesTo

      public abstract boolean appliesTo(Transformation<?> transformation)
      Determines whether the trigger action should be performed.
      Parameter:
      transformation -
      Gibt zurück:
    • apply

      public final void apply(Transformation<?> transformation)
      Applies the trigger to the given transformation.
      Parameter:
      transformation -