Uses of Interface
net.sf.tweety.beliefdynamics.selectiverevision.MultipleTransformationFunction
-
-
Uses of MultipleTransformationFunction in net.sf.tweety.beliefdynamics.selectiverevision
Constructors in net.sf.tweety.beliefdynamics.selectiverevision with parameters of type MultipleTransformationFunction Constructor Description MultipleSelectiveRevisionOperator(MultipleTransformationFunction<T> transformationFunction, MultipleBaseRevisionOperator<T> revisionOperator)
Creates a new multiple selective revision operator for the given transformation function and inner revision. -
Uses of MultipleTransformationFunction in net.sf.tweety.beliefdynamics.selectiverevision.argumentative
Classes in net.sf.tweety.beliefdynamics.selectiverevision.argumentative that implement MultipleTransformationFunction Modifier and Type Class Description class
ArgumentativeTransformationFunction
This class implements the argumentative transformation functions proposed in [Kruempelmann:2011]. -
Uses of MultipleTransformationFunction in net.sf.tweety.lp.asp.beliefdynamics.selectiverevision
Classes in net.sf.tweety.lp.asp.beliefdynamics.selectiverevision that implement MultipleTransformationFunction Modifier and Type Class Description class
NaiveLiteralTransformationFunction
This class represents the naive transformation function for literals as introduced in [1].class
ScepticalLiteralTransformationFunction
This class represents the sceptical transformation function for literals as introduced in [1].
-