Class TermAdapter<T>

java.lang.Object
org.tweetyproject.logics.commons.syntax.TermAdapter<T>
Type Parameters:
T - The type of the value saved in the term, this might be a string if the term is a constant or a variable, or it might be an integer if the term is a number term.
All Implemented Interfaces:
LogicStructure, Term<T>
Direct Known Subclasses:
ArithmeticTerm, FunctionalTerm, NumberTerm, StringTerm

public abstract class TermAdapter<T> extends Object implements Term<T>
Abstract base class implementing the substitute(), getSort(), getTerms(), and containsTermsOfType() methods in a way it is useful for terms.
Author:
Tim Janus, Matthias Thimm