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 transformation
D - the information that is passed top-down during the transformation
R - the result of the transformation
All Implemented Interfaces:
Transformer<R>

public abstract class AbstractTransformer<U,D,R> extends Object implements Transformer<R>
AbstractTransformer class
Author:
Mathias Hofer