Class Intersection

    • Constructor Detail

      • Intersection

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

        public Intersection()
        Creates a new (empty) intersection.
      • Intersection

        public Intersection​(ComplexConcept first,
                            ComplexConcept second)
        Creates a new intersection with the two given formulae
        Parameters:
        first - a relational formula.
        second - a relational formula.
    • Method Detail

      • createEmptyFormula

        public Intersection createEmptyFormula()
        Returns:
        an empty version of the AssociativeFormula
      • 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