Class Domains.DomBasic

    • Field Detail

      • values

        public final Object[] values
        The values of the domain: for an integer domain, values are IntegerEntity, for a symbolic domain, values are String, and for a float domain, values are RealInterval.
    • Constructor Detail

      • DomBasic

        protected DomBasic​(Object[] values)
        Builds a basic domain, with the specified values.