Class License

    • Field Detail

      • MATHPARSERORG_MXPARSER_DUAL_LICENSE_AGREEMENT

        public static final String MATHPARSERORG_MXPARSER_DUAL_LICENSE_AGREEMENT
        The terms of MathParser.org-mXparser DUAL LICENSE AGREEMENT
        See Also:
        Constant Field Values
    • Constructor Detail

      • License

        public License()
    • Method Detail

      • iConfirmCommercialUse

        public static boolean iConfirmCommercialUse​(String mySignature)
        By successfully calling this method, you confirm and sign that you use MathParser.org-mXparser commercially according to the License.geTermsOfAgreement(). The confirmation can only be called once. The method call takes place only internally for logging purposes and there is no connection with other external services and no data is sent or collected. The lack of a method call (or its successful call) does not affect the operation of the PRODUCT in any way.
        Parameters:
        mySignature - Your first and last name or your e-mail address or your company name. At least 5 non-blank characters.
        Returns:
        Logs commercial use and returns true if this was the first attempt to register a use type and the signature met the conditions specified for it. Otherwise, returns false and does not log use type.
        See Also:
        iConfirmNonCommercialUse(String), getUseTypeConfirmationMessage(), checkIfUseTypeConfirmed(), geTermsOfAgreement()
      • iConfirmNonCommercialUse

        public static boolean iConfirmNonCommercialUse​(String mySignature)
        By successfully calling this method, you confirm and sign that you use MathParser.org-mXparser non-commercially according to the License.geTermsOfAgreement(). The confirmation can only be called once. The method call takes place only internally for logging purposes and there is no connection with other external services and no data is sent or collected. The lack of a method call (or its successful call) does not affect the operation of the PRODUCT in any way.
        Parameters:
        mySignature - Your first and last name or your e-mail address or your company name. At least 5 non-blank characters.
        Returns:
        Logs non-commercial use and returns true if this was the first attempt to register a use type and the signature met the conditions specified for it. Otherwise, returns false and does not log use type.
        See Also:
        iConfirmNonCommercialUse(String), getUseTypeConfirmationMessage(), checkIfUseTypeConfirmed(), geTermsOfAgreement()
      • checkIfUseTypeConfirmed

        public static boolean checkIfUseTypeConfirmed()
        Verifies whether the use type has been successfully confirmed and signed.
        Returns:
        True in case commercial or non-commercial user type has been confirmed and signed. Otherwise, returns false.
      • getUseTypeConfirmationMessage

        public static String getUseTypeConfirmationMessage()
        Verifies whether the use type has been successfully confirmed and signed.
        Returns:
        Confirmation message in case commercial or non-commercial user type has been confirmed and signed. Otherwise, returns error / warning message.
        See Also:
        iConfirmNonCommercialUse(String), iConfirmNonCommercialUse(String)
      • geTermsOfAgreement

        public static String geTermsOfAgreement()
        Return the terms of MathParser.org-mXparser DUAL LICENSE AGREEMENT.
        Returns:
        The terms of MathParser.org-mXparser DUAL LICENSE AGREEMENT as string.
      • consolePrintLicense

        public static void consolePrintLicense()
        Prints to the console the terms of MathParser.org-mXparser DUAL LICENSE AGREEMENT