Interface AssociativeFormula<T extends SimpleLogicalFormula>

    • Method Detail

      • getFormulas

        List<T> getFormulas()
        Returns:
        all the formulas saved as childs in the associative formula
      • getFormulas

        <C extends SimpleLogicalFormulaSet<C> getFormulas​(Class<C> cls)
        Process the formulas of type C that are children of this associative formula
        Type Parameters:
        C - the type of formulas
        Parameters:
        cls - the class structure defining the type of formulas which are searched.
        Returns:
        A set of formulas of type C which are members of the associative formula