All Implemented Interfaces:
LogicElementSpec

public class LogicConstraintWithIDSpec extends LogicConstraintSpec
Specification of a logic constraint including an ID for it.
  • Constructor Details

    • LogicConstraintWithIDSpec

      public LogicConstraintWithIDSpec(String id, BodySpec body)
    • LogicConstraintWithIDSpec

      public LogicConstraintWithIDSpec(String id, List<LiteralSpec> bodyLiterals)
  • Method Details

    • getId

      public String getId()