Uses of Class
org.tweetyproject.logics.dl.syntax.AtomicConcept
Packages that use AtomicConcept
-
Uses of AtomicConcept in org.tweetyproject.logics.dl.syntax
Methods in org.tweetyproject.logics.dl.syntax that return AtomicConceptModifier and TypeMethodDescriptionAtomicConcept.collapseAssociativeFormulas()
DlSignature.getConcept
(String s) Get the concept with the given name.Methods in org.tweetyproject.logics.dl.syntax that return types with arguments of type AtomicConceptModifier and TypeMethodDescriptionDlSignature.getConcepts()
Get the atomic concepts of the signature.Constructors in org.tweetyproject.logics.dl.syntax with parameters of type AtomicConceptModifierConstructorDescriptionInitializes a role assertion with the given atomic concept and Individual.Constructor parameters in org.tweetyproject.logics.dl.syntax with type arguments of type AtomicConceptModifierConstructorDescriptionDlSignature
(Set<AtomicConcept> concepts, Set<AtomicRole> roles, Set<Individual> individuals) Creates a signature with the given concept names, role names and individuals.