Uses of Interface
net.sf.tweety.arg.adf.transform.Transformer
-
Packages that use Transformer Package Description net.sf.tweety.arg.adf.syntax.adf net.sf.tweety.arg.adf.transform -
-
Uses of Transformer in net.sf.tweety.arg.adf.syntax.adf
Methods in net.sf.tweety.arg.adf.syntax.adf with parameters of type Transformer Modifier and Type Method Description static AbstractDialecticalFramework.BuilderAbstractDialecticalFramework. transform(AbstractDialecticalFramework adf, Transformer<AcceptanceCondition> transformer)Creates a newAbstractDialecticalFrameworkwith transformed acceptance conditions. -
Uses of Transformer in net.sf.tweety.arg.adf.transform
Classes in net.sf.tweety.arg.adf.transform that implement Transformer Modifier and Type Class Description classAbstractCollector<U,D,R>Similar toAbstractTransformerbut is designed for collections and therefore providesCollectorfunctionality for free.classAbstractTransformer<U,D,R>classFixPartialTransformerSyntactically rewrites the acceptance condition s.t.classOmegaReductTransformerReplaces all unsatisfied arguments relative to a providedInterpretationwithContradictionAcceptanceCondition, all the rest remains untouched.classPropositionalTransformerTransforms anAcceptanceConditioninto aPlFormula.classTseitinTransformer
-