T - the type of formulas this operators works on.public class LeviBaseRevisionOperator<T extends net.sf.tweety.logics.commons.syntax.interfaces.ClassicalFormula> extends Object implements BaseRevisionOperator<T>
| Constructor and Description |
|---|
LeviBaseRevisionOperator(BaseContractionOperator<T> contraction,
BaseExpansionOperator<T> expansion)
Creates a new Levi base revision with the given contraction and expansion operators.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
revise(Collection<T> base,
T formula)
Revises the given collection of formulas by the given formula.
|
public LeviBaseRevisionOperator(BaseContractionOperator<T> contraction, BaseExpansionOperator<T> expansion)
contraction - some contraction operator.expansion - some expansion operator.public Collection<T> revise(Collection<T> base, T formula)
BaseRevisionOperatorrevise in interface BaseRevisionOperator<T extends net.sf.tweety.logics.commons.syntax.interfaces.ClassicalFormula>base - some collection of formulas.formula - a formulaCopyright © 2018. All rights reserved.