Uses of Interface
org.tweetyproject.arg.adf.transform.Transformer
-
Packages that use Transformer Package Description org.tweetyproject.arg.adf.syntax.adf org.tweetyproject.arg.adf.transform -
-
Uses of Transformer in org.tweetyproject.arg.adf.syntax.adf
Methods in org.tweetyproject.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 org.tweetyproject.arg.adf.transform
Classes in org.tweetyproject.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.classTseitinTransformer
-