Class AbstractTransformer<U,D,R>
java.lang.Object
org.tweetyproject.arg.adf.transform.AbstractTransformer<U,D,R>
- Type Parameters:
U
- the information that is passed bottom-up during the transformationD
- the information that is passed top-down during the transformationR
- the result of the transformation
- All Implemented Interfaces:
Transformer<R>
AbstractTransformer class
- Author:
- Mathias Hofer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionTransforms the given acceptance condition into another structure.
-
Constructor Details
-
AbstractTransformer
public AbstractTransformer()
-
-
Method Details
-
transform
Description copied from interface:Transformer
Transforms the given acceptance condition into another structure.- Specified by:
transform
in interfaceTransformer<U>
- Parameters:
acc
- the acceptance condition- Returns:
- the transformed result
-