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