T - The type of formulas this operator works on.public class SelectiveRevisionOperator<T extends net.sf.tweety.commons.Formula> extends Object implements BaseRevisionOperator<T>
| Constructor and Description |
|---|
SelectiveRevisionOperator(TransformationFunction<T> transformationFunction,
BaseRevisionOperator<T> revisionOperator)
Creates a new selective revision operator for the given transformation function
and inner revision.
|
| 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 SelectiveRevisionOperator(TransformationFunction<T> transformationFunction, BaseRevisionOperator<T> revisionOperator)
transformationFunction - a transformation function.revisionOperator - the inner revision.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 formulaCopyright © 2018. All rights reserved.