Class ValueDependency

java.lang.Object
com.aquima.interactions.rule.inference.Dependency
com.aquima.interactions.rule.inference.ValueDependency
All Implemented Interfaces:
Serializable

public class ValueDependency extends Dependency
This class contains defines a dependency on a specific attribute value.
Since:
7.1
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • ValueDependency

      public ValueDependency(ValueReference reference)
      Constructs a value dependency for the specified attribute reference.
      Parameters:
      reference - The reference the dependency represents.
  • Method Details

    • getValueReference

      public ValueReference getValueReference()
      This method returns the value the dependency is defined for.
      Returns:
      the value the dependency is defined for.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object