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