Class ParamDescrs


  • public class ParamDescrs
    extends Z3Object
    A ParamDescrs describes a set of parameters.
    • Method Detail

      • validate

        public void validate​(Params p)
        validate a set of parameters.
      • getDocumentation

        public String getDocumentation​(Symbol name)
        Retrieve documentation of parameter.
      • getNames

        public Symbol[] getNames()
        Retrieve all names of parameters.
        Throws:
        Z3Exception
      • size

        public int size()
        The size of the ParamDescrs.
      • toString

        public String toString()
        Retrieves a string representation of the ParamDescrs.
        Overrides:
        toString in class Object