T - The type of formulas that this operator works on.public class DefaultMultipleBaseExpansionOperator<T extends Formula> extends MultipleBaseExpansionOperator<T>
| Constructor and Description |
|---|
DefaultMultipleBaseExpansionOperator() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<T> |
expand(java.util.Collection<T> base,
java.util.Collection<T> formulas)
Expands the first collection of formulas by the second collection of formulas.
|
expandpublic DefaultMultipleBaseExpansionOperator()
public java.util.Collection<T> expand(java.util.Collection<T> base, java.util.Collection<T> formulas)
MultipleBaseExpansionOperatorexpand in class MultipleBaseExpansionOperator<T extends Formula>base - some collection of formulas.formulas - some formulas.