T - The type of formulas that this operator works on.public abstract class MultipleBaseExpansionOperator<T extends net.sf.tweety.commons.Formula> extends Object implements BaseExpansionOperator<T>
| Constructor and Description |
|---|
MultipleBaseExpansionOperator() |
| Modifier and Type | Method and Description |
|---|---|
abstract Collection<T> |
expand(Collection<T> base,
Collection<T> formulas)
Expands the first collection of formulas by the second collection of formulas.
|
Collection<T> |
expand(Collection<T> base,
T formula)
Expands the given collection of formulas by the given formula.
|
public Collection<T> expand(Collection<T> base, T formula)
BaseExpansionOperatorexpand in interface BaseExpansionOperator<T extends net.sf.tweety.commons.Formula>base - some collection of formulas.formula - a formulapublic abstract Collection<T> expand(Collection<T> base, Collection<T> formulas)
base - some collection of formulas.formulas - some formulas.Copyright © 2018. All rights reserved.