T - the type of formulaspublic interface KernelProvider<T extends Formula>
| Modifier and Type | Method and Description |
|---|---|
Collection<Collection<T>> |
getKernels(Collection<T> formulas,
T formula)
Retrieves the set of kernels for the given formula
from the given set of formulas.
|
Collection<Collection<T>> getKernels(Collection<T> formulas, T formula)
formulas - a set of formulas.formula - a formula.Copyright © 2019. All rights reserved.