Uses of Class
org.tweetyproject.logics.commons.syntax.TermAdapter
-
Packages that use TermAdapter Package Description org.tweetyproject.logics.commons.syntax org.tweetyproject.logics.dl.syntax org.tweetyproject.lp.asp.syntax -
-
Uses of TermAdapter in org.tweetyproject.logics.commons.syntax
Subclasses of TermAdapter in org.tweetyproject.logics.commons.syntax Modifier and Type Class Description classConstantA Constant represents an constant object in the world of a logical language.classFunctionalTermA functional term in a logic language, i.e.classNumberTermThis is a term representing an integer number it is used to distinguish between objects like an auto a which is modeled as constant and integral numbers like 42.classStringTermThis class represents terms which are objects identified by a string.classVariableA Variable is a placeholder for Constants in a generic formula of a logic language.Methods in org.tweetyproject.logics.commons.syntax that return TermAdapter Modifier and Type Method Description abstract TermAdapter<?>TermAdapter. clone() -
Uses of TermAdapter in org.tweetyproject.logics.dl.syntax
Subclasses of TermAdapter in org.tweetyproject.logics.dl.syntax Modifier and Type Class Description classIndividualThis class models an individual in description logic, also known as an object. -
Uses of TermAdapter in org.tweetyproject.lp.asp.syntax
Subclasses of TermAdapter in org.tweetyproject.lp.asp.syntax Modifier and Type Class Description classArithmeticTermThis class represents an arithmetic term in the ASP-Core-2 format.Methods in org.tweetyproject.lp.asp.syntax that return TermAdapter Modifier and Type Method Description TermAdapter<?>ArithmeticTerm. clone()
-