T - The type of formulas that this operator works on.public interface BaseExpansionOperator<T extends Formula>
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<T> |
expand(java.util.Collection<T> base,
T formula)
Expands the given collection of formulas by the given formula.
|