T - The type of formulas that this operator works on.public interface BaseExpansionOperator<T extends net.sf.tweety.commons.Formula>
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
expand(Collection<T> base,
T formula)
Expands the given collection of formulas by the given formula.
|
Collection<T> expand(Collection<T> base, T formula)
base - some collection of formulas.formula - a formulaCopyright © 2018. All rights reserved.