Uses of Class
org.tweetyproject.logics.pl.syntax.PlSignature
Packages that use PlSignature
Package
Description
-
Uses of PlSignature in org.tweetyproject.arg.saf.syntax
Methods in org.tweetyproject.arg.saf.syntax that return PlSignature -
Uses of PlSignature in org.tweetyproject.logics.cl.semantics
Methods in org.tweetyproject.logics.cl.semantics that return PlSignatureModifier and TypeMethodDescriptionRankingFunction.getSignature()
Returns the signature of the first-order language this ranking function is defined on.Constructors in org.tweetyproject.logics.cl.semantics with parameters of type PlSignatureModifierConstructorDescriptionRankingFunction
(PlSignature signature) Creates a new ranking function mapping each given interpretation to zero. -
Uses of PlSignature in org.tweetyproject.logics.cl.syntax
Methods in org.tweetyproject.logics.cl.syntax that return PlSignature -
Uses of PlSignature in org.tweetyproject.logics.pcl.reasoner
Methods in org.tweetyproject.logics.pcl.reasoner with parameters of type PlSignatureModifier and TypeMethodDescriptionDefaultMeReasoner.getModel
(PclBeliefSet bs, PlSignature signature) Computes the ME-distribution this reasoner bases on.GeneralizedMeReasoner.getModel
(PclBeliefSet bs, PlSignature signature) Computes the ME-distribution this reasoner bases on. -
Uses of PlSignature in org.tweetyproject.logics.pl.parser
Methods in org.tweetyproject.logics.pl.parser with parameters of type PlSignatureModifier and TypeMethodDescriptionvoid
DimacsParser.setSignature
(PlSignature sig) Sets the signature of this parser. -
Uses of PlSignature in org.tweetyproject.logics.pl.semantics
Methods in org.tweetyproject.logics.pl.semantics that return PlSignatureModifier and TypeMethodDescriptionPriestWorld.getSignature()
Returns the signature of this world.Methods in org.tweetyproject.logics.pl.semantics with parameters of type PlSignatureModifier and TypeMethodDescriptionstatic Set<PossibleWorld>
PossibleWorld.getAllPossibleWorlds
(PlSignature signature) Returns the set of all possible worlds for the given propositional signature.PossibleWorld.getCompleteConjunction
(PlSignature sig) Returns the complete conjunction representing this possible world wrt.Constructors in org.tweetyproject.logics.pl.semantics with parameters of type PlSignatureModifierConstructorDescriptionCreates new iterator for the given signature. -
Uses of PlSignature in org.tweetyproject.logics.pl.syntax
Methods in org.tweetyproject.logics.pl.syntax that return PlSignatureModifier and TypeMethodDescriptionPlSignature.clone()
PlBeliefSet.getMinimalSignature()
AssociativePlFormula.getSignature()
Equivalence.getSignature()
Implication.getSignature()
Negation.getSignature()
PlFormula.getSignature()
static PlSignature
PlSignature.getSignature
(Collection<? extends PlFormula> formulas) Returns the set of atoms appearing in the given collection of formulas.Proposition.getSignature()
Methods in org.tweetyproject.logics.pl.syntax with parameters of type PlSignatureModifier and TypeMethodDescriptionConjunction.getModels
(PlSignature sig) Contradiction.getModels
(PlSignature sig) Disjunction.getModels
(PlSignature sig) Equivalence.getModels
(PlSignature sig) ExclusiveDisjunction.getModels
(PlSignature sig) Implication.getModels
(PlSignature sig) Negation.getModels
(PlSignature sig) abstract Set<PossibleWorld>
PlFormula.getModels
(PlSignature sig) Returns the set of models of this formula wrt.Proposition.getModels
(PlSignature sig) Tautology.getModels
(PlSignature sig) Constructors in org.tweetyproject.logics.pl.syntax with parameters of type PlSignatureModifierConstructorDescriptionPlSignature
(PlSignature sig) Creates a new propositional signature that is a copy of the given signature. -
Uses of PlSignature in org.tweetyproject.logics.pl.util
Constructors in org.tweetyproject.logics.pl.util with parameters of type PlSignatureModifierConstructorDescriptionContensionSampler
(PlSignature signature, int incvalue) Creates a new sample for the given signature which generates propositional belief sets with the given inconsistency value (wrt.ContensionSampler
(PlSignature signature, int incvalue, int minLength, int maxLength) Creates a new sample for the given signature which generates propositional belief sets with the given inconsistency value (wrt.EnumeratingIterator
(PlSignature signature) Creates a new sampler for the given signatureEnumeratingIterator
(PlSignature signature, boolean joinSemanticVariants) Creates a new sampler for the given signatureHsSampler
(PlSignature signature, int incvalue) Creates a new sample for the given signature which generates propositional belief sets with the given inconsistency value (wrt.HsSampler
(PlSignature signature, int incvalue, int minLength, int maxLength) Creates a new sample for the given signature which generates propositional belief sets with the given inconsistency value (wrt.MiSampler
(PlSignature signature, int incvalue) Creates a new sample for the given signature which generates propositional belief sets with the given inconsistency value (wrt.MiSampler
(PlSignature signature, int incvalue, int minLength, int maxLength) Creates a new sample for the given signature which generates propositional belief sets with the given inconsistency value (wrt.SyntacticEnumeratingIterator
(PlSignature signature, int formulaLength, File pathToTmp, boolean deleteTmp) Creates a new sampler. -
Uses of PlSignature in org.tweetyproject.logics.qbf.semantics
Methods in org.tweetyproject.logics.qbf.semantics with parameters of type PlSignatureModifier and TypeMethodDescriptionstatic Set<QbPossibleWorld>
QbPossibleWorld.getAllPossibleWorlds
(PlSignature signature) Returns the set of all possible worlds for the given propositional signature. -
Uses of PlSignature in org.tweetyproject.logics.qbf.syntax
Methods in org.tweetyproject.logics.qbf.syntax that return PlSignatureModifier and TypeMethodDescriptionExistsQuantifiedFormula.getSignature()
ForallQuantifiedFormula.getSignature()
Methods in org.tweetyproject.logics.qbf.syntax with parameters of type PlSignatureModifier and TypeMethodDescriptionExistsQuantifiedFormula.getModels
(PlSignature sig) ForallQuantifiedFormula.getModels
(PlSignature sig) -
Uses of PlSignature in org.tweetyproject.logics.translators.adfconditional
Methods in org.tweetyproject.logics.translators.adfconditional that return PlSignatureModifier and TypeMethodDescriptionFourValuedWorld.getSignature()
Returns the signature of this world.ThreeValuedWorld.getSignature()
Returns the signature of this world.Methods in org.tweetyproject.logics.translators.adfconditional with parameters of type PlSignatureModifier and TypeMethodDescriptionstatic Collection<FourValuedWorld>
CADFSemantics.gammaOperator
(ArrayList<PlFormula> statementFormulas, ArrayList<PlFormula> acceptanceFormulas, PlSignature sig, FourValuedWorld worldInput) Implementation of the gamma operator: calculate a new set of (output) interpretations given a cADF and an (input) interpretationstatic Collection<FourValuedWorld>
CADFSemantics.gammaPrimeOperator
(Collection<FourValuedWorld> inputCollection, ArrayList<PlFormula> statementFormulas, ArrayList<PlFormula> acceptanceFormulas, PlSignature sig) Implementation of the Gamma Prime Operator: Calculate the union of the Gamma Operator of all input worlds and then reduce those worlds to the least informative onesConstructors in org.tweetyproject.logics.translators.adfconditional with parameters of type PlSignatureModifierConstructorDescriptionCreates new iterator for the given signature. -
Uses of PlSignature in org.tweetyproject.logics.translators.adfpossibilistic
Methods in org.tweetyproject.logics.translators.adfpossibilistic that return PlSignatureModifier and TypeMethodDescriptionPossibilityDistribution.getSignature()
Returns the signature of the first-order language this PD is defined on.Constructors in org.tweetyproject.logics.translators.adfpossibilistic with parameters of type PlSignatureModifierConstructorDescriptionPossibilityDistribution
(PlSignature signature) Creates a new possibility distribution (PD) mapping each given interpretation to 1.0 (least specific value = maximal entropy). -
Uses of PlSignature in org.tweetyproject.logics.translators.adfrevision
Methods in org.tweetyproject.logics.translators.adfrevision that return PlSignatureModifier and TypeMethodDescriptionIndecision.getSignature()
PriestWorldAdapted.getSignature()
Returns the signature of this world.RankingFunctionThreeValued.getSignature()
Returns the signature of the first-order language this ranking function is defined on.WeakNegation.getSignature()
Methods in org.tweetyproject.logics.translators.adfrevision with parameters of type PlSignatureModifier and TypeMethodDescriptionIndecision.getModels
(PlSignature sig) WeakNegation.getModels
(PlSignature sig) Constructors in org.tweetyproject.logics.translators.adfrevision with parameters of type PlSignatureModifierConstructorDescriptionCreates new iterator for the given signature.RankingFunctionThreeValued
(PlSignature signature) Creates a new ranking function mapping each given interpretation to zero.