Uses of Interface
org.tweetyproject.beliefdynamics.selectiverevision.MultipleTransformationFunction
- 
- 
Uses of MultipleTransformationFunction in org.tweetyproject.beliefdynamics.selectiverevisionConstructors in org.tweetyproject.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 org.tweetyproject.beliefdynamics.selectiverevision.argumentativeClasses in org.tweetyproject.beliefdynamics.selectiverevision.argumentative that implement MultipleTransformationFunction Modifier and Type Class Description classArgumentativeTransformationFunctionThis class implements the argumentative transformation functions proposed in [Kruempelmann:2011].
- 
Uses of MultipleTransformationFunction in org.tweetyproject.lp.asp.beliefdynamics.selectiverevisionClasses in org.tweetyproject.lp.asp.beliefdynamics.selectiverevision that implement MultipleTransformationFunction Modifier and Type Class Description classNaiveLiteralTransformationFunctionThis class represents the naive transformation function for literals as introduced in [1].classScepticalLiteralTransformationFunctionThis class represents the sceptical transformation function for literals as introduced in [1].
 
-