Interface BaseExpansionOperator<T extends Formula>

    • Method Summary

      Modifier and Type Method Description
      java.util.Collection<T> expand​(java.util.Collection<T> base, T formula)
      Expands the given collection of formulas by the given formula.
    • Method Detail

      • expand

        java.util.Collection<T> expand​(java.util.Collection<T> base,
                                       T formula)
        Expands the given collection of formulas by the given formula.
        Parameters:
        base - some collection of formulas.
        formula - a formula
        Returns:
        the expanded collection.