Package org.tweetyproject.arg.adf.transform
package org.tweetyproject.arg.adf.transform
-
Interface SummaryInterfaceDescriptionCollector<U,D>The concept of a collector is similar to its sibling
Transformer, we want to transform anAcceptanceConditioninto a different structure.Transformer<R>Transforms an acceptance condition into an arbitrary structure. -
Class SummaryClassDescriptionAbstractCollector<U,D,R>Similar to
AbstractTransformerbut is designed for collections and therefore providesCollectorfunctionality for free.AbstractTransformer<U,D,R>Syntactically rewrites the acceptance condition s.t.Replaces all unsatisfied arguments relative to a providedInterpretationwithContradictionAcceptanceCondition, all the rest remains untouched.