Class Sort

java.lang.Object
org.tweetyproject.logics.commons.syntax.Sort
All Implemented Interfaces:
LogicStructure

public class Sort extends Object implements LogicStructure
A sort of first-order logic. i.e. a set of constant objects and a set of variables that represent constants of this sort. Note: The sort names "Thing" and "_Any" are reserved for the default sort and for the sort that represents all sorts. They should not be used when creating new sorts.
Author:
Matthias Thimm, Tim Janus, Anna Gessler