Class 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.Constant
    This class models an individual in description logic, also known as an object. Individuals correspond to constants in first-order logic.
    Author:
    Anna Gessler
    • Field Summary

      • Fields inherited from class net.sf.tweety.logics.commons.syntax.StringTerm

        value
    • Constructor Summary

      Constructors 
      Constructor Description
      Individual​(String name)  
      Individual​(net.sf.tweety.logics.commons.syntax.Constant other)  
    • Method Summary

      • Methods inherited from class net.sf.tweety.logics.commons.syntax.Constant

        clone, set
      • Methods inherited from class net.sf.tweety.logics.commons.syntax.StringTerm

        get, toString
      • Methods inherited from class net.sf.tweety.logics.commons.syntax.TermAdapter

        containsTermsOfType, equals, getSort, getTerms, getTerms, hashCode, substitute
    • Constructor Detail

      • Individual

        public Individual​(String name)
      • Individual

        public Individual​(net.sf.tweety.logics.commons.syntax.Constant other)