Uses of Class
org.tweetyproject.logics.dl.syntax.DlSignature
Packages that use DlSignature
Package
Description
-
Uses of DlSignature in org.tweetyproject.logics.dl.parser
Methods in org.tweetyproject.logics.dl.parser that return DlSignatureMethods in org.tweetyproject.logics.dl.parser with parameters of type DlSignatureModifier and TypeMethodDescriptionvoid
DlParser.setSignature
(DlSignature signature) Sets the signature for this parser. -
Uses of DlSignature in org.tweetyproject.logics.dl.reasoner
Methods in org.tweetyproject.logics.dl.reasoner with parameters of type DlSignatureModifier and TypeMethodDescriptionNaiveDlReasoner.getAllInterpretations
(DlSignature sig) Get all interpretations for the given signature. -
Uses of DlSignature in org.tweetyproject.logics.dl.syntax
Methods in org.tweetyproject.logics.dl.syntax that return DlSignatureModifier and TypeMethodDescriptionDlSignature.clone()
AssociativeDlFormula.getSignature()
AtomicConcept.getSignature()
Returns the description logic signature for this atomic concept, which includes the predicate representing this concept.AtomicRole.getSignature()
BottomConcept.getSignature()
Complement.getSignature()
Returns the description logic signature for this complement, which is the signature of the negated concept.abstract DlSignature
ComplexConcept.getSignature()
ConceptAssertion.getSignature()
abstract DlSignature
DlAxiom.getSignature()
EquivalenceAxiom.getSignature()
ExistentialRestriction.getSignature()
RoleAssertion.getSignature()
TopConcept.getSignature()
UniversalRestriction.getSignature()