Uses of Class
org.tweetyproject.logics.dl.syntax.DlSignature
-
Packages that use DlSignature Package Description org.tweetyproject.logics.dl.parser org.tweetyproject.logics.dl.reasoner org.tweetyproject.logics.dl.syntax -
-
Uses of DlSignature in org.tweetyproject.logics.dl.parser
Methods in org.tweetyproject.logics.dl.parser that return DlSignature Modifier and Type Method Description DlSignatureDlParser. getSignature()Returns the signature of this parser.Methods in org.tweetyproject.logics.dl.parser with parameters of type DlSignature Modifier and Type Method Description voidDlParser. 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 DlSignature Modifier and Type Method Description java.util.Set<DlInterpretation>NaiveDlReasoner. 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 DlSignature Modifier and Type Method Description DlSignatureDlSignature. clone()DlSignatureAssociativeDlFormula. getSignature()DlSignatureAtomicConcept. getSignature()DlSignatureAtomicRole. getSignature()DlSignatureBottomConcept. getSignature()DlSignatureComplement. getSignature()abstract DlSignatureComplexConcept. getSignature()DlSignatureConceptAssertion. getSignature()abstract DlSignatureDlAxiom. getSignature()DlSignatureEquivalenceAxiom. getSignature()DlSignatureExistentialRestriction. getSignature()DlSignatureRoleAssertion. getSignature()DlSignatureTopConcept. getSignature()DlSignatureUniversalRestriction. getSignature()
-