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>
- Author:
 - Mathias Hofer
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionTransforms the given acceptance condition into another structure. 
- 
Constructor Details
- 
AbstractTransformer
public AbstractTransformer() 
 - 
 - 
Method Details
- 
transform
Description copied from interface:TransformerTransforms the given acceptance condition into another structure.- Specified by:
 transformin interfaceTransformer<U>- Parameters:
 acc- the acceptance condition- Returns:
 - the transformed result
 
 
 -