Class AbstractConstraint

    • Constructor Detail

      • AbstractConstraint

        public AbstractConstraint​(String name,
                                  List<String> parameterNames,
                                  ConstraintStatus constraintStatus)
        Parameters:
        name - name to improve readability without further semantics
        parameterNames - the names of all involved parameters. Must not be, or contain null, or be empty
        constraintStatus - status is either Unknown or Correct which is related to conflict detection