Class GroupDependency

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

public class GroupDependency extends Dependency
This class contains defines a dependency on a specific rule group.
Since:
7.1
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • GroupDependency

      protected GroupDependency(String groupName)
      Constructs a group dependency for the specified rule group.
      Parameters:
      groupName - The name of the rule group the dependency represents.
  • Method Details

    • getRuleGroupName

      public String getRuleGroupName()
      This method returns the rule group name the dependency is defined for.
      Returns:
      the rule group name 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