Package net.sf.tweety.logics.dl.syntax
Class Individual
- java.lang.Object
-
- net.sf.tweety.logics.commons.syntax.TermAdapter<String>
-
- net.sf.tweety.logics.commons.syntax.StringTerm
-
- net.sf.tweety.logics.commons.syntax.Constant
-
- net.sf.tweety.logics.dl.syntax.Individual
-
- All Implemented Interfaces:
net.sf.tweety.logics.commons.syntax.interfaces.LogicStructure,net.sf.tweety.logics.commons.syntax.interfaces.Term<String>
public class Individual extends net.sf.tweety.logics.commons.syntax.ConstantThis class models an individual in description logic, also known as an object. Individuals correspond to constants in first-order logic.- Author:
- Anna Gessler
-
-
Constructor Summary
Constructors Constructor Description Individual(String name)Individual(net.sf.tweety.logics.commons.syntax.Constant other)
-
-
-
Constructor Detail
-
Individual
public Individual(String name)
-
Individual
public Individual(net.sf.tweety.logics.commons.syntax.Constant other)
-
-