Class Union

    • Constructor Detail

      • Union

        public Union​(java.util.Collection<? extends ComplexConcept> formulas)
        Creates a new union with the given inner formulas.
        Parameters:
        formulas - a collection of formulas.
      • Union

        public Union()
        Creates a new (empty) union.true
      • Union

        public Union​(ComplexConcept first,
                     ComplexConcept second)
        Creates a new union with the two given formulae
        Parameters:
        first - a relational formula.
        second - a relational formula.
      • Union

        public Union​(ComplexConcept formula)
        Create a new union with the given formula.
        Parameters:
        formula - a DlFormula
    • Method Detail

      • getOperatorSymbol

        public java.lang.String getOperatorSymbol()
        Returns:
        A String representing the operator which connects two items of the associative formula.
      • getEmptySymbol

        public java.lang.String getEmptySymbol()
        Returns:
        A String representing an empty version of the Associative Formula implementation
      • createEmptyFormula

        public Union createEmptyFormula()
        Returns:
        an empty version of the AssociativeFormula