Class ConstraintsGroup

    • Constructor Detail

      • ConstraintsGroup

        public ConstraintsGroup()
      • ConstraintsGroup

        public ConstraintsGroup​(ConstraintsGroup toCopy)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • getCopy

        public ADQLObject getCopy()
                           throws java.lang.Exception
        Description copied from interface: ADQLObject
        Gets a (deep) copy of this ADQL object.
        Specified by:
        getCopy in interface ADQLObject
        Overrides:
        getCopy in class ClauseConstraints
        Returns:
        The copy of this ADQL object.
        Throws:
        java.lang.Exception - If there is any error during the copy.
      • toADQL

        public java.lang.String toADQL()
        Description copied from interface: ADQLObject
        Gets the ADQL expression of this object.
        Specified by:
        toADQL in interface ADQLObject
        Overrides:
        toADQL in class ADQLList<ADQLConstraint>
        Returns:
        The corresponding ADQL expression.