T - The type of formulas that this operator works on.public class DefaultMultipleBaseExpansionOperator<T extends net.sf.tweety.commons.Formula> extends MultipleBaseExpansionOperator<T>
| Constructor and Description |
|---|
DefaultMultipleBaseExpansionOperator() |
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
expand(Collection<T> base,
Collection<T> formulas)
Expands the first collection of formulas by the second collection of formulas.
|
expandpublic DefaultMultipleBaseExpansionOperator()
public Collection<T> expand(Collection<T> base, Collection<T> formulas)
MultipleBaseExpansionOperatorexpand in class MultipleBaseExpansionOperator<T extends net.sf.tweety.commons.Formula>base - some collection of formulas.formulas - some formulas.Copyright © 2018. All rights reserved.