Interface AssociativeFormulaSupport.AssociativeSupportBridge

    • Method Detail

      • createEmptyFormula

        <T extends SimpleLogicalFormulaAssociativeFormula<T> createEmptyFormula()
        Type Parameters:
        T - the type of formulas
        Returns:
        an empty version of the AssociativeFormula
      • createEmptySignature

        Signature createEmptySignature()
        Returns:
        An empty signature of the language of the AssociativeFormula implementation
      • getOperatorSymbol

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

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