public class ArgumentativeTransformationFunction extends Object implements MultipleTransformationFunction<net.sf.tweety.logics.pl.syntax.PropositionalFormula>
| Constructor and Description |
|---|
ArgumentativeTransformationFunction(net.sf.tweety.arg.deductive.categorizer.Categorizer categorizer,
net.sf.tweety.arg.deductive.accumulator.Accumulator accumulator,
net.sf.tweety.logics.pl.PlBeliefSet beliefSet,
boolean isSkeptical)
Creates a new argumentative transformation function.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<net.sf.tweety.logics.pl.syntax.PropositionalFormula> |
transform(Collection<net.sf.tweety.logics.pl.syntax.PropositionalFormula> formulas)
Transforms the given set of formulas for selective revision.
|
public ArgumentativeTransformationFunction(net.sf.tweety.arg.deductive.categorizer.Categorizer categorizer,
net.sf.tweety.arg.deductive.accumulator.Accumulator accumulator,
net.sf.tweety.logics.pl.PlBeliefSet beliefSet,
boolean isSkeptical)
categorizer - The categorizer used by this transformation function.accumulator - The accumulator used by this transformation function.beliefSet - The belief set used by this transformation function.isSkeptical - Whether this transformation function is skeptical.public Collection<net.sf.tweety.logics.pl.syntax.PropositionalFormula> transform(Collection<net.sf.tweety.logics.pl.syntax.PropositionalFormula> formulas)
MultipleTransformationFunctiontransform in interface MultipleTransformationFunction<net.sf.tweety.logics.pl.syntax.PropositionalFormula>formulas - a set of formulas.Copyright © 2018. All rights reserved.