T - the type of formulas this operators works on.public class LeviMultipleBaseRevisionOperator<T extends net.sf.tweety.logics.commons.syntax.interfaces.ClassicalFormula> extends MultipleBaseRevisionOperator<T>
| Constructor and Description |
|---|
LeviMultipleBaseRevisionOperator(MultipleBaseContractionOperator<T> contraction,
MultipleBaseExpansionOperator<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,
Collection<T> formulas)
Revises the first collection of formulas by the second collection of formulas.
|
revisepublic LeviMultipleBaseRevisionOperator(MultipleBaseContractionOperator<T> contraction, MultipleBaseExpansionOperator<T> expansion)
contraction - some contraction operator.expansion - some expansion operator.public Collection<T> revise(Collection<T> base, Collection<T> formulas)
MultipleBaseRevisionOperatorrevise in class MultipleBaseRevisionOperator<T extends net.sf.tweety.logics.commons.syntax.interfaces.ClassicalFormula>base - some collection of formulas.formulas - some formulas.Copyright © 2018. All rights reserved.