Class AbstractUFManager<TFormulaInfo,TFunctionDecl,TType,TEnv>

java.lang.Object
org.sosy_lab.java_smt.basicimpl.AbstractUFManager<TFormulaInfo,TFunctionDecl,TType,TEnv>
Type Parameters:
TFormulaInfo - The solver specific type.
TFunctionDecl - The solver specific type of declarations of any function application
TType - The solver specific type of formula-types.
All Implemented Interfaces:
UFManager

public abstract class AbstractUFManager<TFormulaInfo,TFunctionDecl,TType,TEnv> extends Object implements UFManager
This class simplifies the implementation of the FunctionFormulaManager by converting the types to the solver specific type.