Interface Domain

All Known Implementing Classes:
DDTAInputClause

public interface Domain
  • Method Details

    • getMin

      Bound<?> getMin()
    • getMax

      Bound<?> getMax()
    • getDomainMinMax

      Interval getDomainMinMax()
    • getDiscreteValues

      List getDiscreteValues()
    • isDiscreteDomain

      boolean isDiscreteDomain()