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