Uses of Class
org.tweetyproject.logics.pl.syntax.PlFormula
-
-
-
Uses of PlFormula in org.tweetyproject.action.query.syntax
Subclasses of PlFormula in org.tweetyproject.action.query.syntax Modifier and Type Class Description classAlwaysQueryThis class represents an always query in the action query language S.classHoldsQueryThis class represents a holds query in the action query language S.classNecessarilyQueryThis class represents a necessarily query in the action query language S.classQueryPropositionAction queries are represented as propositional formulas with three possible types of propositions: "holds", "always" and "necessarily" propositions.Methods in org.tweetyproject.action.query.syntax that return PlFormula Modifier and Type Method Description PlFormulaSActionQuery. getFormula()Constructors in org.tweetyproject.action.query.syntax with parameters of type PlFormula Constructor Description SActionQuery(PlFormula formula)Creates a new action query with the given propositional formula and no grounding requirements.SActionQuery(PlFormula formula, java.util.Set<GroundingRequirement> requirements)Creates a new action query with the given propositional formula and grounding requirements. -
Uses of PlFormula in org.tweetyproject.agents.dialogues
Constructor parameters in org.tweetyproject.agents.dialogues with type arguments of type PlFormula Constructor Description ExecutableFormulaSet(java.util.Collection<? extends PlFormula> formulas)Creates a new set for the given formulas. -
Uses of PlFormula in org.tweetyproject.agents.dialogues.oppmodels
Methods in org.tweetyproject.agents.dialogues.oppmodels that return types with arguments of type PlFormula Modifier and Type Method Description DialogueTrace<PlFormula,java.util.Collection<PlFormula>>DeductiveEnvironment. getDialogueTrace()Returns the current dialogue trace.DialogueTrace<PlFormula,java.util.Collection<PlFormula>>DeductiveEnvironment. getDialogueTrace()Returns the current dialogue trace. -
Uses of PlFormula in org.tweetyproject.arg.aspic.ruleformulagenerator
Methods in org.tweetyproject.arg.aspic.ruleformulagenerator that return PlFormula Modifier and Type Method Description PlFormulaPlFormulaGenerator. getRuleFormula(DefeasibleInferenceRule<PlFormula> r)Method parameters in org.tweetyproject.arg.aspic.ruleformulagenerator with type arguments of type PlFormula Modifier and Type Method Description PlFormulaPlFormulaGenerator. getRuleFormula(DefeasibleInferenceRule<PlFormula> r) -
Uses of PlFormula in org.tweetyproject.arg.aspic.util
Methods in org.tweetyproject.arg.aspic.util that return types with arguments of type PlFormula Modifier and Type Method Description AspicArgumentationTheory<PlFormula>RandomAspicArgumentationTheoryGenerator. next()Returns an ASPIC argumentation theory -
Uses of PlFormula in org.tweetyproject.arg.deductive.reasoner
Methods in org.tweetyproject.arg.deductive.reasoner with parameters of type PlFormula Modifier and Type Method Description java.lang.DoubleAbstractDeductiveArgumentationReasoner. query(DeductiveKnowledgeBase kb, PlFormula f) -
Uses of PlFormula in org.tweetyproject.arg.deductive.semantics
Methods in org.tweetyproject.arg.deductive.semantics that return PlFormula Modifier and Type Method Description PlFormulaDeductiveArgument. getClaim()Returns the claim of this argument.Methods in org.tweetyproject.arg.deductive.semantics that return types with arguments of type PlFormula Modifier and Type Method Description java.util.Collection<? extends PlFormula>DeductiveArgument. getSupport()Returns the support of this argument.Constructors in org.tweetyproject.arg.deductive.semantics with parameters of type PlFormula Constructor Description DeductiveArgument(java.util.Collection<? extends PlFormula> support, PlFormula claim)Creates a new deductive argument with the given support and claim.DeductiveArgumentNode(java.util.Collection<? extends PlFormula> support, PlFormula claim)Creates a new deductive argument node with the given support and claim (a unique ID is generated)Constructor parameters in org.tweetyproject.arg.deductive.semantics with type arguments of type PlFormula Constructor Description CompilationNode(java.util.Collection<? extends PlFormula> formulas)Creates a new compilation node with the given set of formulas.DeductiveArgument(java.util.Collection<? extends PlFormula> support, PlFormula claim)Creates a new deductive argument with the given support and claim.DeductiveArgumentNode(java.util.Collection<? extends PlFormula> support, PlFormula claim)Creates a new deductive argument node with the given support and claim (a unique ID is generated) -
Uses of PlFormula in org.tweetyproject.arg.deductive.syntax
Methods in org.tweetyproject.arg.deductive.syntax that return PlFormula Modifier and Type Method Description PlFormulaSimplePlLogicArgument. getClaim()PlFormulaSimplePlRule. getConclusion()Methods in org.tweetyproject.arg.deductive.syntax that return types with arguments of type PlFormula Modifier and Type Method Description java.util.Collection<? extends PlFormula>SimplePlRule. getPremise()Methods in org.tweetyproject.arg.deductive.syntax with parameters of type PlFormula Modifier and Type Method Description voidSimplePlRule. addPremise(PlFormula arg0)java.util.Set<DeductiveArgument>DeductiveKnowledgeBase. getDeductiveArguments(PlFormula claim)Computes all deductive arguments for the given claim.voidSimplePlRule. setConclusion(PlFormula arg0)Method parameters in org.tweetyproject.arg.deductive.syntax with type arguments of type PlFormula Modifier and Type Method Description voidSimplePlRule. addPremises(java.util.Collection<? extends PlFormula> arg0)Constructors in org.tweetyproject.arg.deductive.syntax with parameters of type PlFormula Constructor Description SimplePlLogicArgument(java.util.Collection<SimplePlRule> _support, PlFormula _claim)SimplePlRule(PlFormula _claim)SimplePlRule(PlFormula _claim, java.util.Set<PlFormula> _support)Constructor parameters in org.tweetyproject.arg.deductive.syntax with type arguments of type PlFormula Constructor Description DeductiveKnowledgeBase(java.util.Collection<? extends PlFormula> formulas)Creates a new knowledge base with the given set of formulas.SimplePlRule(PlFormula _claim, java.util.Set<PlFormula> _support) -
Uses of PlFormula in org.tweetyproject.beliefdynamics.mas
Constructor parameters in org.tweetyproject.beliefdynamics.mas with type arguments of type PlFormula Constructor Description AbstractCredibilityComparer(java.util.Collection<InformationObject<PlFormula>> formulas, Order<Agent> credOrder)Creates a new credibility comparer that is guided by the giving information which agents uttered the formulas and the credibility order.CredibilityCategorizer(java.util.Collection<InformationObject<PlFormula>> formulas, Order<Agent> credOrder)Creates a new credibility categorizer that is guided by the giving information which agents uttered the formulas and the credibility order. -
Uses of PlFormula in org.tweetyproject.beliefdynamics.operators
Methods in org.tweetyproject.beliefdynamics.operators that return types with arguments of type PlFormula Modifier and Type Method Description java.util.Collection<PlFormula>ArgumentativeRevisionOperator. revise(java.util.Collection<PlFormula> base, java.util.Collection<PlFormula> formulas)java.util.Collection<InformationObject<PlFormula>>CrMasArgumentativeRevisionOperator. revise(java.util.Collection<InformationObject<PlFormula>> base, java.util.Collection<InformationObject<PlFormula>> formulas)java.util.Collection<InformationObject<PlFormula>>CrMasSimpleRevisionOperator. revise(java.util.Collection<InformationObject<PlFormula>> base, java.util.Collection<InformationObject<PlFormula>> formulas)Method parameters in org.tweetyproject.beliefdynamics.operators with type arguments of type PlFormula Modifier and Type Method Description java.util.Collection<PlFormula>ArgumentativeRevisionOperator. revise(java.util.Collection<PlFormula> base, java.util.Collection<PlFormula> formulas)java.util.Collection<InformationObject<PlFormula>>CrMasArgumentativeRevisionOperator. revise(java.util.Collection<InformationObject<PlFormula>> base, java.util.Collection<InformationObject<PlFormula>> formulas)java.util.Collection<InformationObject<PlFormula>>CrMasSimpleRevisionOperator. revise(java.util.Collection<InformationObject<PlFormula>> base, java.util.Collection<InformationObject<PlFormula>> formulas) -
Uses of PlFormula in org.tweetyproject.beliefdynamics.selectiverevision.argumentative
Methods in org.tweetyproject.beliefdynamics.selectiverevision.argumentative that return types with arguments of type PlFormula Modifier and Type Method Description java.util.Collection<PlFormula>ArgumentativeTransformationFunction. transform(java.util.Collection<PlFormula> formulas)Method parameters in org.tweetyproject.beliefdynamics.selectiverevision.argumentative with type arguments of type PlFormula Modifier and Type Method Description java.util.Collection<PlFormula>ArgumentativeTransformationFunction. transform(java.util.Collection<PlFormula> formulas) -
Uses of PlFormula in org.tweetyproject.logics.cl.examples
Methods in org.tweetyproject.logics.cl.examples that return PlFormula Modifier and Type Method Description static PlFormulaADF_OCF_comparison_example. getFormulaFromAcc(AcceptanceCondition ac)Translate "Acceptance Condition" into "PlFormula" Recursive function: Case distinction by class name -
Uses of PlFormula in org.tweetyproject.logics.cl.reasoner
Methods in org.tweetyproject.logics.cl.reasoner with parameters of type PlFormula Modifier and Type Method Description java.lang.BooleanAbstractConditionalLogicReasoner. query(ClBeliefSet beliefbase, PlFormula formula) -
Uses of PlFormula in org.tweetyproject.logics.cl.semantics
Methods in org.tweetyproject.logics.cl.semantics with parameters of type PlFormula Modifier and Type Method Description java.lang.IntegerRankingFunction. rank(PlFormula formula)Gets the rank of the given formula.Method parameters in org.tweetyproject.logics.cl.semantics with type arguments of type PlFormula Modifier and Type Method Description voidRankingFunction. forceStrictness(java.util.Set<PlFormula> formulas)Sets the rank of every interpretation i that does not satisfy the given set of formulas to RankingFunction.INFINITY. -
Uses of PlFormula in org.tweetyproject.logics.cl.syntax
Methods in org.tweetyproject.logics.cl.syntax that return PlFormula Modifier and Type Method Description PlFormulaConditional. getConclusion()Methods in org.tweetyproject.logics.cl.syntax that return types with arguments of type PlFormula Modifier and Type Method Description java.util.Collection<PlFormula>Conditional. getPremise()Methods in org.tweetyproject.logics.cl.syntax with parameters of type PlFormula Modifier and Type Method Description voidConditional. addPremise(PlFormula premise)voidConditional. setConclusion(PlFormula conclusion)Method parameters in org.tweetyproject.logics.cl.syntax with type arguments of type PlFormula Modifier and Type Method Description voidConditional. addPremises(java.util.Collection<? extends PlFormula> premises)Constructors in org.tweetyproject.logics.cl.syntax with parameters of type PlFormula Constructor Description Conditional(PlFormula conclusion)Creates a new conditional with a tautological premise and given conclusion.Conditional(PlFormula premise, PlFormula conclusion)Creates a new conditional with the given premise and conclusion. -
Uses of PlFormula in org.tweetyproject.logics.pcl.reasoner
Methods in org.tweetyproject.logics.pcl.reasoner with parameters of type PlFormula Modifier and Type Method Description abstract java.lang.DoubleAbstractPclReasoner. query(PclBeliefSet beliefbase, PlFormula formula)java.lang.DoubleDefaultMeReasoner. query(PclBeliefSet beliefbase, PlFormula formula)java.lang.DoubleGeneralizedMeReasoner. query(PclBeliefSet beliefbase, PlFormula formula) -
Uses of PlFormula in org.tweetyproject.logics.pcl.semantics
Classes in org.tweetyproject.logics.pcl.semantics with type parameters of type PlFormula Modifier and Type Class Description classProbabilityDistribution<T extends Interpretation<PlBeliefSet,PlFormula>>This class represents a probability distribution on some logical languageMethods in org.tweetyproject.logics.pcl.semantics with type parameters of type PlFormula Modifier and Type Method Description static <S extends Interpretation<PlBeliefSet,PlFormula>>
ProbabilityDistribution<S>ProbabilityDistribution. convexCombination(double[] factors, ProbabilityDistribution<S>[] creators)Computes the convex combination of the given probability distributions P1,...,PN with parameters factors, i.e.static <S extends Interpretation<PlBeliefSet,PlFormula>>
ProbabilityDistribution<S>ProbabilityDistribution. getUniformDistribution(java.util.Set<S> interpretations, Signature sig)Returns the uniform distribution on the given interpretations.Methods in org.tweetyproject.logics.pcl.semantics with parameters of type PlFormula Modifier and Type Method Description ProbabilityProbabilityDistribution. probability(PlFormula f)Returns the probability of the given formulaMethod parameters in org.tweetyproject.logics.pcl.semantics with type arguments of type PlFormula Modifier and Type Method Description ProbabilityProbabilityDistribution. probability(Interpretation<PlBeliefSet,PlFormula> w)Gets the probability of the given Herbrand interpretation (this is just an alias for get(Object o). -
Uses of PlFormula in org.tweetyproject.logics.pcl.syntax
Constructors in org.tweetyproject.logics.pcl.syntax with parameters of type PlFormula Constructor Description ProbabilisticConditional(PlFormula premise, PlFormula conclusion, Probability probability)Creates a new probabilistic conditional with the given premise, conclusion, and probability.ProbabilisticConditional(PlFormula conclusion, Probability probability)Creates a new probabilistic conditional with a tautological premise and given conclusion and probability. -
Uses of PlFormula in org.tweetyproject.logics.pl.analysis
Methods in org.tweetyproject.logics.pl.analysis that return PlFormula Modifier and Type Method Description PlFormulaSimplePlInterpolantEnumerator. getStrongestInterpolant(java.util.Collection<PlFormula> k1, java.util.Collection<PlFormula> k2)PlFormulaSimplePlInterpolantEnumerator. getWeakestInterpolant(java.util.Collection<PlFormula> k1, java.util.Collection<PlFormula> k2)Methods in org.tweetyproject.logics.pl.analysis that return types with arguments of type PlFormula Modifier and Type Method Description static InconsistencyMeasure<BeliefSet<PlFormula,?>>InconsistencyMeasureFactory. getInconsistencyMeasure(InconsistencyMeasureFactory.Measure im)Creates a new inconsistency measure of the given type with default settings.java.util.Collection<PlFormula>SimplePlInterpolantEnumerator. getInterpolants(java.util.Collection<PlFormula> k1, java.util.Collection<PlFormula> k2)java.util.Collection<java.util.Set<PlFormula>>IcebergInconsistencyMeasure. getStarConflicts(java.util.Collection<PlFormula> beliefSet)Computes all *-conflicts of a given belief base.Methods in org.tweetyproject.logics.pl.analysis with parameters of type PlFormula Modifier and Type Method Description doublePossibleWorldDistance. distance(PlFormula f, PossibleWorld b)booleanSimplePlInterpolantEnumerator. isInterpolant(PlFormula candidate, java.util.Collection<PlFormula> k1, java.util.Collection<PlFormula> k2)Method parameters in org.tweetyproject.logics.pl.analysis with type arguments of type PlFormula Modifier and Type Method Description java.util.Collection<PlFormula>SimplePlInterpolantEnumerator. getInterpolants(java.util.Collection<PlFormula> k1, java.util.Collection<PlFormula> k2)FuzzyInterpretationFuzzyInconsistencyMeasure. getOptimalInterpretation(java.util.Collection<PlFormula> formulas)Returns an optimal interpretation as a witness for the inconsistency value.PlBeliefSetContensionSatInconsistencyMeasure. getSATEncoding(java.util.Collection<PlFormula> kb, int upper_bound)PlBeliefSetDHitSatInconsistencyMeasure. getSATEncoding(java.util.Collection<PlFormula> kb, int upper_bound)PlBeliefSetDMaxSatInconsistencyMeasure. getSATEncoding(java.util.Collection<PlFormula> kb, int upper_bound)PlBeliefSetDSumSatInconsistencyMeasure. getSATEncoding(java.util.Collection<PlFormula> kb, int upper_bound)java.util.Collection<java.util.Set<PlFormula>>IcebergInconsistencyMeasure. getStarConflicts(java.util.Collection<PlFormula> beliefSet)Computes all *-conflicts of a given belief base.PlFormulaSimplePlInterpolantEnumerator. getStrongestInterpolant(java.util.Collection<PlFormula> k1, java.util.Collection<PlFormula> k2)PlFormulaSimplePlInterpolantEnumerator. getWeakestInterpolant(java.util.Collection<PlFormula> k1, java.util.Collection<PlFormula> k2)java.lang.DoubleContensionInconsistencyMeasure. inconsistencyMeasure(java.util.Collection<PlFormula> formulas)java.lang.DoubleContensionSatInconsistencyMeasure. inconsistencyMeasure(java.util.Collection<PlFormula> kb)java.lang.DoubleDHitSatInconsistencyMeasure. inconsistencyMeasure(java.util.Collection<PlFormula> kb)java.lang.DoubleDMaxSatInconsistencyMeasure. inconsistencyMeasure(java.util.Collection<PlFormula> kb)java.lang.DoubleDSumSatInconsistencyMeasure. inconsistencyMeasure(java.util.Collection<PlFormula> kb)java.lang.DoubleFbInconsistencyMeasure. inconsistencyMeasure(java.util.Collection<PlFormula> formulas)java.lang.DoubleFuzzyInconsistencyMeasure. inconsistencyMeasure(java.util.Collection<PlFormula> formulas)java.lang.DoubleHsSatInconsistencyMeasure. inconsistencyMeasure(java.util.Collection<PlFormula> kb)java.lang.DoubleIcebergInconsistencyMeasure. inconsistencyMeasure(java.util.Collection<PlFormula> formulas)java.lang.DoubleMusVarInconsistencyMeasure. inconsistencyMeasure(java.util.Collection<PlFormula> formulas)java.lang.DoublePmInconsistencyMeasure. inconsistencyMeasure(java.util.Collection<PlFormula> formulas)booleanSimplePlInterpolantEnumerator. isInterpolant(PlFormula candidate, java.util.Collection<PlFormula> k1, java.util.Collection<PlFormula> k2) -
Uses of PlFormula in org.tweetyproject.logics.pl.parser
Methods in org.tweetyproject.logics.pl.parser that return PlFormula Modifier and Type Method Description PlFormulaPlParser. parseFormula(java.io.Reader reader)Methods in org.tweetyproject.logics.pl.parser that return types with arguments of type PlFormula Modifier and Type Method Description static Parser<PlBeliefSet,PlFormula>PlParserFactory. getParserForFormat(PlParserFactory.Format f)Retrieves an appropriate parser for the given format. -
Uses of PlFormula in org.tweetyproject.logics.pl.postulates
Method parameters in org.tweetyproject.logics.pl.postulates with type arguments of type PlFormula Modifier and Type Method Description booleanImAdjunctionInvariance. isApplicable(java.util.Collection<PlFormula> kb)booleanImAttenuation. isApplicable(java.util.Collection<PlFormula> kb)booleanImConsistency. isApplicable(java.util.Collection<PlFormula> kb)booleanImContradiction. isApplicable(java.util.Collection<PlFormula> kb)booleanImDominance. isApplicable(java.util.Collection<PlFormula> kb)booleanImEqualConflict. isApplicable(java.util.Collection<PlFormula> kb)booleanImExchange. isApplicable(java.util.Collection<PlFormula> kb)booleanImFreeFormulaDilution. isApplicable(java.util.Collection<PlFormula> kb)booleanImFreeFormulaIndependence. isApplicable(java.util.Collection<PlFormula> kb)booleanImIrrelevanceOfSyntax. isApplicable(java.util.Collection<PlFormula> kb)booleanImMINormalization. isApplicable(java.util.Collection<PlFormula> kb)booleanImMISeparability. isApplicable(java.util.Collection<PlFormula> kb)booleanImMonotony. isApplicable(java.util.Collection<PlFormula> kb)booleanImNormalization. isApplicable(java.util.Collection<PlFormula> kb)booleanImPenalty. isApplicable(java.util.Collection<PlFormula> kb)abstract booleanImPostulate. isApplicable(java.util.Collection<PlFormula> kb)booleanImSafeFormulaIndependence. isApplicable(java.util.Collection<PlFormula> kb)booleanImSuperAdditivity. isApplicable(java.util.Collection<PlFormula> kb)booleanImWeakDominance. isApplicable(java.util.Collection<PlFormula> kb)booleanImAdjunctionInvariance. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImAdjunctionInvariance. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImAttenuation. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImAttenuation. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImConsistency. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImConsistency. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImContradiction. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImContradiction. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImDominance. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImDominance. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImEqualConflict. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImEqualConflict. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImExchange. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImExchange. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImFreeFormulaDilution. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImFreeFormulaDilution. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImFreeFormulaIndependence. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImFreeFormulaIndependence. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImIrrelevanceOfSyntax. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImIrrelevanceOfSyntax. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImMINormalization. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImMINormalization. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImMISeparability. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImMISeparability. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImMonotony. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImMonotony. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImNormalization. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImNormalization. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImPenalty. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImPenalty. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImPostulate. isSatisfied(java.util.Collection<PlFormula> kb, PostulateEvaluatable<PlFormula> ev)booleanImPostulate. isSatisfied(java.util.Collection<PlFormula> kb, PostulateEvaluatable<PlFormula> ev)abstract booleanImPostulate. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)abstract booleanImPostulate. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImSafeFormulaIndependence. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImSafeFormulaIndependence. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImSuperAdditivity. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImSuperAdditivity. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImWeakDominance. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev)booleanImWeakDominance. isSatisfied(java.util.Collection<PlFormula> kb, BeliefSetInconsistencyMeasure<PlFormula> ev) -
Uses of PlFormula in org.tweetyproject.logics.pl.reasoner
Methods in org.tweetyproject.logics.pl.reasoner that return types with arguments of type PlFormula Modifier and Type Method Description java.util.Collection<java.util.Collection<PlFormula>>AbstractPlReasoner. getKernels(java.util.Collection<PlFormula> formulas, PlFormula formula)Methods in org.tweetyproject.logics.pl.reasoner with parameters of type PlFormula Modifier and Type Method Description java.util.Collection<java.util.Collection<PlFormula>>AbstractPlReasoner. getKernels(java.util.Collection<PlFormula> formulas, PlFormula formula)booleanAbstractPlReasoner. isEquivalent(PlFormula p1, PlFormula p2)Checks whether the two formulas are equivalentabstract java.lang.BooleanAbstractPlReasoner. query(PlBeliefSet beliefbase, PlFormula formula)booleanAbstractPlReasoner. query(PlFormula formula, PlFormula formula2)Checks whether the first formula entails the second.java.lang.BooleanSatReasoner. query(PlBeliefSet beliefbase, PlFormula formula)java.lang.BooleanSimplePlReasoner. query(PlBeliefSet beliefbase, PlFormula formula)Method parameters in org.tweetyproject.logics.pl.reasoner with type arguments of type PlFormula Modifier and Type Method Description java.util.Collection<java.util.Collection<PlFormula>>AbstractPlReasoner. getKernels(java.util.Collection<PlFormula> formulas, PlFormula formula) -
Uses of PlFormula in org.tweetyproject.logics.pl.sat
Methods in org.tweetyproject.logics.pl.sat that return types with arguments of type PlFormula Modifier and Type Method Description static Pair<java.lang.String,java.util.List<PlFormula>>SatSolver. convertToDimacs(java.util.Collection<PlFormula> formulas)Converts the given set of formulas to their string representation in Dimacs CNF.static AbstractMusEnumerator<PlFormula>PlMusEnumerator. getDefaultEnumerator()Returns the default MUS enumerator.
If a default MUS enumerator has been configured this enumerator is returned by this method.Interpretation<PlBeliefSet,PlFormula>CmdLineSatSolver. getWitness(java.util.Collection<PlFormula> formulas)Interpretation<PlBeliefSet,PlFormula>MaxSatSolver. getWitness(java.util.Collection<PlFormula> formulas)abstract Interpretation<PlBeliefSet,PlFormula>MaxSatSolver. getWitness(java.util.Collection<PlFormula> hardConstraints, java.util.Map<PlFormula,java.lang.Integer> softConstraints)Returns an interpretation with maximal weight on the soft constraints (or null if the hard constraints are not satisfiable)Interpretation<PlBeliefSet,PlFormula>OpenWboSolver. getWitness(java.util.Collection<PlFormula> hardConstraints, java.util.Map<PlFormula,java.lang.Integer> softConstraints)Interpretation<PlBeliefSet,PlFormula>Sat4jSolver. getWitness(java.util.Collection<PlFormula> formulas)abstract Interpretation<PlBeliefSet,PlFormula>SatSolver. getWitness(java.util.Collection<PlFormula> formulas)If the collection of formulas is consistent this method returns some model of it or, if it is inconsistent, null.Interpretation<PlBeliefSet,PlFormula>SatSolver. getWitness(BeliefSet<PlFormula,?> bs)Interpretation<PlBeliefSet,PlFormula>SatSolver. getWitness(PlFormula formula)Interpretation<PlBeliefSet,PlFormula>SimpleDpllSolver. getWitness(java.util.Collection<PlFormula> formulas)java.util.Collection<java.util.Collection<PlFormula>>MarcoMusEnumerator. minimalInconsistentSubsets(java.util.Collection<PlFormula> formulas)java.util.Collection<java.util.Collection<PlFormula>>MimusMusEnumerator. minimalInconsistentSubsets(java.util.Collection<PlFormula> formulas)abstract java.util.Collection<java.util.Collection<PlFormula>>PlMusEnumerator. minimalInconsistentSubsets(java.util.Collection<PlFormula> formulas)Methods in org.tweetyproject.logics.pl.sat with parameters of type PlFormula Modifier and Type Method Description Interpretation<PlBeliefSet,PlFormula>SatSolver. getWitness(PlFormula formula)booleanSatSolver. isConsistent(PlFormula formula)Method parameters in org.tweetyproject.logics.pl.sat with type arguments of type PlFormula Modifier and Type Method Description static Pair<java.lang.String,java.util.List<PlFormula>>SatSolver. convertToDimacs(java.util.Collection<PlFormula> formulas)Converts the given set of formulas to their string representation in Dimacs CNF.static java.lang.StringSatSolver. convertToDimacs(java.util.Collection<PlFormula> formulas, java.util.List<Proposition> props)Converts the given set of formulas to their string representation in Dimacs CNF.static intMaxSatSolver. costOf(Interpretation<PlBeliefSet,PlFormula> interpretation, java.util.Collection<PlFormula> hardConstraints, java.util.Map<PlFormula,java.lang.Integer> softConstraints)Returns the cost of the given interpretation, i.e.static intMaxSatSolver. costOf(Interpretation<PlBeliefSet,PlFormula> interpretation, java.util.Collection<PlFormula> hardConstraints, java.util.Map<PlFormula,java.lang.Integer> softConstraints)Returns the cost of the given interpretation, i.e.static intMaxSatSolver. costOf(Interpretation<PlBeliefSet,PlFormula> interpretation, java.util.Collection<PlFormula> hardConstraints, java.util.Map<PlFormula,java.lang.Integer> softConstraints)Returns the cost of the given interpretation, i.e.Interpretation<PlBeliefSet,PlFormula>CmdLineSatSolver. getWitness(java.util.Collection<PlFormula> formulas)Interpretation<PlBeliefSet,PlFormula>MaxSatSolver. getWitness(java.util.Collection<PlFormula> formulas)abstract Interpretation<PlBeliefSet,PlFormula>MaxSatSolver. getWitness(java.util.Collection<PlFormula> hardConstraints, java.util.Map<PlFormula,java.lang.Integer> softConstraints)Returns an interpretation with maximal weight on the soft constraints (or null if the hard constraints are not satisfiable)abstract Interpretation<PlBeliefSet,PlFormula>MaxSatSolver. getWitness(java.util.Collection<PlFormula> hardConstraints, java.util.Map<PlFormula,java.lang.Integer> softConstraints)Returns an interpretation with maximal weight on the soft constraints (or null if the hard constraints are not satisfiable)Interpretation<PlBeliefSet,PlFormula>OpenWboSolver. getWitness(java.util.Collection<PlFormula> hardConstraints, java.util.Map<PlFormula,java.lang.Integer> softConstraints)Interpretation<PlBeliefSet,PlFormula>OpenWboSolver. getWitness(java.util.Collection<PlFormula> hardConstraints, java.util.Map<PlFormula,java.lang.Integer> softConstraints)Interpretation<PlBeliefSet,PlFormula>Sat4jSolver. getWitness(java.util.Collection<PlFormula> formulas)abstract Interpretation<PlBeliefSet,PlFormula>SatSolver. getWitness(java.util.Collection<PlFormula> formulas)If the collection of formulas is consistent this method returns some model of it or, if it is inconsistent, null.Interpretation<PlBeliefSet,PlFormula>SatSolver. getWitness(BeliefSet<PlFormula,?> bs)Interpretation<PlBeliefSet,PlFormula>SimpleDpllSolver. getWitness(java.util.Collection<PlFormula> formulas)booleanSatSolver. isConsistent(java.util.Collection<PlFormula> formulas)booleanSatSolver. isConsistent(BeliefSet<PlFormula,?> beliefSet)booleanCmdLineSatSolver. isSatisfiable(java.util.Collection<PlFormula> formulas)booleanMaxSatSolver. isSatisfiable(java.util.Collection<PlFormula> formulas)booleanSat4jSolver. isSatisfiable(java.util.Collection<PlFormula> formulas)abstract booleanSatSolver. isSatisfiable(java.util.Collection<PlFormula> formulas)Checks whether the given set of formulas is satisfiable.booleanSimpleDpllSolver. isSatisfiable(java.util.Collection<PlFormula> formulas)java.util.Collection<java.util.Collection<PlFormula>>MarcoMusEnumerator. minimalInconsistentSubsets(java.util.Collection<PlFormula> formulas)java.util.Collection<java.util.Collection<PlFormula>>MimusMusEnumerator. minimalInconsistentSubsets(java.util.Collection<PlFormula> formulas)abstract java.util.Collection<java.util.Collection<PlFormula>>PlMusEnumerator. minimalInconsistentSubsets(java.util.Collection<PlFormula> formulas)static voidPlMusEnumerator. setDefaultEnumerator(AbstractMusEnumerator<PlFormula> enumerator)Sets the default MUS enumerator. -
Uses of PlFormula in org.tweetyproject.logics.pl.semantics
Methods in org.tweetyproject.logics.pl.semantics that return PlFormula Modifier and Type Method Description PlFormulaPossibleWorld. getCompleteConjunction(PlSignature sig)Returns the complete conjunction representing this possible world wrt.Methods in org.tweetyproject.logics.pl.semantics that return types with arguments of type PlFormula Modifier and Type Method Description InterpretationIterator<PlFormula,PlBeliefSet,PossibleWorld>PossibleWorldIterator. reset()InterpretationIterator<PlFormula,PlBeliefSet,PossibleWorld>PossibleWorldIterator. reset(java.util.Collection<? extends Formula> formulas)InterpretationIterator<PlFormula,PlBeliefSet,PossibleWorld>PossibleWorldIterator. reset(Signature sig)Methods in org.tweetyproject.logics.pl.semantics with parameters of type PlFormula Modifier and Type Method Description booleanFuzzyInterpretation. satisfies(PlFormula formula)booleanNicePossibleWorld. satisfies(PlFormula formula)booleanPossibleWorld. satisfies(PlFormula formula)booleanPriestWorld. satisfies(PlFormula formula)PriestWorld.TruthValuePriestWorld. satisfies3VL(PlFormula formula)Determines the 3-valued truth value of the given formula.Method parameters in org.tweetyproject.logics.pl.semantics with type arguments of type PlFormula Modifier and Type Method Description booleanPossibleWorld. satisfies(java.util.Collection<PlFormula> formulas) -
Uses of PlFormula in org.tweetyproject.logics.pl.syntax
Subclasses of PlFormula in org.tweetyproject.logics.pl.syntax Modifier and Type Class Description classAssociativePlFormulaThis class captures the common functionalities of formulas with an associative operation like conjunction, disjunction, etc.classCardinalityConstraintThis class represents a cardinality constraint, i.e.classConjunctionThis class represents a conjunction in propositional logic.classContradictionA contradictory formula.classDisjunctionThis class represents a disjunction in propositional logic.classEquivalenceThis class models equivalence of propositional logic.classExclusiveDisjunctionThis class represents an exclusive disjunction (XOR) in propositional logic.classImplicationThis class models the implication of propositional logic.classNegationThis class models classical negation of propositional logic.classPropositionThis class represents a simple proposition in propositional logic.classSpecialFormulaThis class captures the common functionalities of the special formulas tautology and contradiction.classTautologyA tautological formula.Methods in org.tweetyproject.logics.pl.syntax that return PlFormula Modifier and Type Method Description PlFormulaCardinalityConstraint. clone()PlFormulaDisjunction. clone()PlFormulaExclusiveDisjunction. clone()PlFormulaNegation. clone()abstract PlFormulaPlFormula. clone()PlFormulaCardinalityConstraint. collapseAssociativeFormulas()PlFormulaConjunction. collapseAssociativeFormulas()PlFormulaDisjunction. collapseAssociativeFormulas()PlFormulaEquivalence. collapseAssociativeFormulas()PlFormulaExclusiveDisjunction. collapseAssociativeFormulas()PlFormulaImplication. collapseAssociativeFormulas()PlFormulaNegation. collapseAssociativeFormulas()abstract PlFormulaPlFormula. collapseAssociativeFormulas()This method collapses all associative operations appearing in this term, e.g.PlFormulaProposition. collapseAssociativeFormulas()PlFormulaSpecialFormula. collapseAssociativeFormulas()PlFormulaAssociativePlFormula. get(int index)PlFormulaNegation. getFormula()Returns the formula within this negation.PlFormulaAssociativePlFormula. remove(int index)PlFormulaConjunction. replace(Proposition p, PlFormula f, int i)PlFormulaDisjunction. replace(Proposition p, PlFormula f, int i)PlFormulaEquivalence. replace(Proposition p, PlFormula f, int i)PlFormulaExclusiveDisjunction. replace(Proposition p, PlFormula f, int i)PlFormulaImplication. replace(Proposition p, PlFormula f, int i)PlFormulaNegation. replace(Proposition p, PlFormula f, int i)abstract PlFormulaPlFormula. replace(Proposition p, PlFormula f, int i)Replaces the ith instance of the proposition p by f.PlFormulaProposition. replace(Proposition p, PlFormula f, int i)PlFormulaSpecialFormula. replace(Proposition p, PlFormula f, int i)PlFormulaAssociativePlFormula. set(int index, PlFormula element)PlFormulaPlFormula. toBlakeCanonicalForm()This method returns this formula in Blake canonical form.PlFormulaPlFormula. toDnf()This method returns this formula in disjunctive normal form (DNF).PlFormulaCardinalityConstraint. toNnf()PlFormulaConjunction. toNnf()PlFormulaDisjunction. toNnf()PlFormulaEquivalence. toNnf()PlFormulaExclusiveDisjunction. toNnf()PlFormulaImplication. toNnf()PlFormulaNegation. toNnf()abstract PlFormulaPlFormula. toNnf()This method returns this formula in negation normal form (NNF).PlFormulaProposition. toNnf()PlFormulaSpecialFormula. toNnf()PlFormulaCardinalityConstraint. trim()PlFormulaConjunction. trim()PlFormulaDisjunction. trim()PlFormulaEquivalence. trim()PlFormulaExclusiveDisjunction. trim()PlFormulaImplication. trim()PlFormulaNegation. trim()abstract PlFormulaPlFormula. trim()Removes duplicates (identical formulas) from conjunctions and disjunctions and removes duplicate negations.PlFormulaProposition. trim()PlFormulaSpecialFormula. trim()Methods in org.tweetyproject.logics.pl.syntax that return types with arguments of type PlFormula Modifier and Type Method Description java.util.List<PlFormula>PlBeliefSet. getCanonicalOrdering()Force ordering on belief set based on comparison of hash codes.java.util.List<PlFormula>AssociativePlFormula. getFormulas()Pair<PlFormula,PlFormula>Equivalence. getFormulas()Returns the formulas of the equivalence.Pair<PlFormula,PlFormula>Equivalence. getFormulas()Returns the formulas of the equivalence.Pair<PlFormula,PlFormula>Implication. getFormulas()Returns the formulas of the implication.Pair<PlFormula,PlFormula>Implication. getFormulas()Returns the formulas of the implication.java.util.Set<PlFormula>AssociativePlFormula. getLiterals()java.util.Set<PlFormula>CardinalityConstraint. getLiterals()java.util.Set<PlFormula>Equivalence. getLiterals()java.util.Set<PlFormula>Implication. getLiterals()java.util.Set<PlFormula>Negation. getLiterals()abstract java.util.Set<PlFormula>PlFormula. getLiterals()Returns all literals, i.e.java.util.Set<PlFormula>Proposition. getLiterals()java.util.Set<PlFormula>SpecialFormula. getLiterals()java.util.Collection<PlFormula>PlFormula. getPrimeImplicants()Returns the set of prime implicants of this formula.java.util.Iterator<PlFormula>AssociativePlFormula. iterator()java.util.ListIterator<PlFormula>AssociativePlFormula. listIterator()java.util.ListIterator<PlFormula>AssociativePlFormula. listIterator(int index)java.util.List<PlFormula>AssociativePlFormula. subList(int fromIndex, int toIndex)Methods in org.tweetyproject.logics.pl.syntax with parameters of type PlFormula Modifier and Type Method Description voidAssociativePlFormula. add(int index, PlFormula element)booleanAssociativePlFormula. add(PlFormula f)booleanAssociativePlFormula. add(PlFormula... formulas)Adds the specified elements to the end of this collection (optional operation).booleanNegation. hasLowerBindingPriority(PlFormula other)CardinalityConstraintCardinalityConstraint. replace(Proposition p, PlFormula f, int i)PlFormulaConjunction. replace(Proposition p, PlFormula f, int i)PlFormulaDisjunction. replace(Proposition p, PlFormula f, int i)PlFormulaEquivalence. replace(Proposition p, PlFormula f, int i)PlFormulaExclusiveDisjunction. replace(Proposition p, PlFormula f, int i)PlFormulaImplication. replace(Proposition p, PlFormula f, int i)PlFormulaNegation. replace(Proposition p, PlFormula f, int i)abstract PlFormulaPlFormula. replace(Proposition p, PlFormula f, int i)Replaces the ith instance of the proposition p by f.PlFormulaProposition. replace(Proposition p, PlFormula f, int i)PlFormulaSpecialFormula. replace(Proposition p, PlFormula f, int i)booleanPlFormula. resolvableWith(PlFormula other)Checks whether this formula (which must be a conjunction of literals) is resolvable with the given formula (which is also a conjunction of literals), i.e.ConjunctionPlFormula. resolveWith(PlFormula other)Resolves this formula with the given one (both have to be conjunctive clauses) and returns some resolvent.PlFormulaAssociativePlFormula. set(int index, PlFormula element)voidImplication. setFirstFormula(PlFormula left)Sets the left side formula of the implication left => right.voidEquivalence. setFormulas(PlFormula formula1, PlFormula formula2)Sets the formulas of the equivalence.voidImplication. setFormulas(PlFormula left, PlFormula right)Sets the formulas of the implication.voidImplication. setSecondFormula(PlFormula right)Sets the right side formula of the implication left => rightMethod parameters in org.tweetyproject.logics.pl.syntax with type arguments of type PlFormula Modifier and Type Method Description booleanAssociativePlFormula. addAll(int index, java.util.Collection<? extends PlFormula> c)booleanAssociativePlFormula. addAll(java.util.Collection<? extends PlFormula> c)static PlSignaturePlSignature. getSignature(java.util.Collection<? extends PlFormula> formulas)Returns the set of atoms appearing in the given collection of formulas.voidEquivalence. setFormulas(Pair<PlFormula,PlFormula> formulas)Sets the formulas of the equivalence.voidEquivalence. setFormulas(Pair<PlFormula,PlFormula> formulas)Sets the formulas of the equivalence.voidImplication. setFormulas(Pair<PlFormula,PlFormula> formulas)Sets the formulas of the implication.voidImplication. setFormulas(Pair<PlFormula,PlFormula> formulas)Sets the formulas of the implication.Constructors in org.tweetyproject.logics.pl.syntax with parameters of type PlFormula Constructor Description AssociativePlFormula(PlFormula first, PlFormula second)Creates a new associative formula with the two given formulaeConjunction(PlFormula first, PlFormula second)Creates a new conjunction with the two given formulaeDisjunction(PlFormula... formulas)Disjunction(PlFormula first, PlFormula second)Creates a new disjunction with the two given formulaeEquivalence(PlFormula a, PlFormula b)Creates a new equivalence with the given two formulasExclusiveDisjunction(PlFormula first, PlFormula second)Creates a new exclusive disjunction with the two given formulaeImplication(PlFormula a, PlFormula b)Creates a new implication a=>b with the two given formulasNegation(PlFormula formula)Creates a new negation with the given formula.Constructor parameters in org.tweetyproject.logics.pl.syntax with type arguments of type PlFormula Constructor Description AssociativePlFormula(java.util.Collection<? extends PlFormula> formulas)Creates a new associative formula with the given inner formulas.Conjunction(java.util.Collection<? extends PlFormula> formulas)Creates a new conjunction with the given inner formulas.Disjunction(java.util.Collection<? extends PlFormula> formulas)Creates a new disjunction with the given inner formulas.Equivalence(Pair<PlFormula,PlFormula> formulas)Creates a new equivalence with the given pair of formulasEquivalence(Pair<PlFormula,PlFormula> formulas)Creates a new equivalence with the given pair of formulasExclusiveDisjunction(java.util.Collection<? extends PlFormula> formulas)Creates a new XOR formula with the given inner formulas.Implication(Pair<PlFormula,PlFormula> formulas)Creates a new implication with the given pair of formulasImplication(Pair<PlFormula,PlFormula> formulas)Creates a new implication with the given pair of formulasPlBeliefSet(java.util.Collection<? extends PlFormula> formulas)Creates a new knowledge base with the given set of formulas. -
Uses of PlFormula in org.tweetyproject.logics.pl.util
Methods in org.tweetyproject.logics.pl.util that return PlFormula Modifier and Type Method Description PlFormulaCnfSampler. sampleFormula()Returns a random formulaPlFormulaSyntacticRandomSampler. sampleFormula(ProbabilityFunction<java.lang.Byte> prob)Samples a single formula. -
Uses of PlFormula in org.tweetyproject.logics.pl.writer
Constructors in org.tweetyproject.logics.pl.writer with parameters of type PlFormula Constructor Description PlWriter(PlFormula plFormula)Creates a new PlWriter for the given formula. -
Uses of PlFormula in org.tweetyproject.logics.qbf.parser
Methods in org.tweetyproject.logics.qbf.parser that return PlFormula Modifier and Type Method Description PlFormulaQCirParser. getOutputVariable()PlFormulaQbfParser. parseFormula(java.io.Reader reader)PlFormulaQCirParser. parseFormula(java.io.Reader reader) -
Uses of PlFormula in org.tweetyproject.logics.qbf.reasoner
Methods in org.tweetyproject.logics.qbf.reasoner with parameters of type PlFormula Modifier and Type Method Description booleanQbfSolver. isConsistent(PlFormula formula)java.lang.BooleanNaiveQbfReasoner. query(PlBeliefSet beliefbase, PlFormula formula)Method parameters in org.tweetyproject.logics.qbf.reasoner with type arguments of type PlFormula Modifier and Type Method Description booleanQbfSolver. isConsistent(java.util.Collection<PlFormula> formulas)booleanQbfSolver. isConsistent(BeliefSet<PlFormula,?> beliefSet)booleanCadetSolver. isSatisfiable(java.util.Collection<PlFormula> kb)booleanCaqeSolver. isSatisfiable(java.util.Collection<PlFormula> kb)booleanGhostQSolver. isSatisfiable(java.util.Collection<PlFormula> kb)abstract booleanQbfSolver. isSatisfiable(java.util.Collection<PlFormula> formulas)Checks whether the given set of formulas is satisfiable.booleanQuteSolver. isSatisfiable(java.util.Collection<PlFormula> kb) -
Uses of PlFormula in org.tweetyproject.logics.qbf.semantics
Methods in org.tweetyproject.logics.qbf.semantics that return types with arguments of type PlFormula Modifier and Type Method Description java.util.Set<PlFormula>QbPossibleWorld. substitute(PlFormula f, Proposition v)Substitutes all occurrences of the proposition v with the possible truth values and returns a set of the possible substitutions.Methods in org.tweetyproject.logics.qbf.semantics with parameters of type PlFormula Modifier and Type Method Description booleanQbPossibleWorld. satisfies(PlFormula formula)Checks whether this interpretation satisfies the given formula.java.util.Set<PlFormula>QbPossibleWorld. substitute(PlFormula f, Proposition v)Substitutes all occurrences of the proposition v with the possible truth values and returns a set of the possible substitutions.Method parameters in org.tweetyproject.logics.qbf.semantics with type arguments of type PlFormula Modifier and Type Method Description booleanQbPossibleWorld. satisfies(java.util.Collection<PlFormula> formulas)Checks whether this interpretation satisfies the given formula. -
Uses of PlFormula in org.tweetyproject.logics.qbf.syntax
Subclasses of PlFormula in org.tweetyproject.logics.qbf.syntax Modifier and Type Class Description classExistsQuantifiedFormulaThis class represents existential quantification for boolean formulas.classForallQuantifiedFormulaThis class represents universal quantification for boolean formulas.Methods in org.tweetyproject.logics.qbf.syntax that return PlFormula Modifier and Type Method Description PlFormulaExistsQuantifiedFormula. clone()PlFormulaForallQuantifiedFormula. clone()PlFormulaExistsQuantifiedFormula. collapseAssociativeFormulas()PlFormulaForallQuantifiedFormula. collapseAssociativeFormulas()PlFormulaExistsQuantifiedFormula. getFormula()PlFormulaForallQuantifiedFormula. getFormula()PlFormulaExistsQuantifiedFormula. replace(Proposition p, PlFormula f, int i)PlFormulaForallQuantifiedFormula. replace(Proposition p, PlFormula f, int i)PlFormulaExistsQuantifiedFormula. toNnf()PlFormulaForallQuantifiedFormula. toNnf()PlFormulaExistsQuantifiedFormula. trim()PlFormulaForallQuantifiedFormula. trim()Methods in org.tweetyproject.logics.qbf.syntax that return types with arguments of type PlFormula Modifier and Type Method Description java.util.Set<PlFormula>ExistsQuantifiedFormula. getLiterals()java.util.Set<PlFormula>ForallQuantifiedFormula. getLiterals()Methods in org.tweetyproject.logics.qbf.syntax with parameters of type PlFormula Modifier and Type Method Description PlFormulaExistsQuantifiedFormula. replace(Proposition p, PlFormula f, int i)PlFormulaForallQuantifiedFormula. replace(Proposition p, PlFormula f, int i)Constructors in org.tweetyproject.logics.qbf.syntax with parameters of type PlFormula Constructor Description ExistsQuantifiedFormula(PlFormula f, java.util.Set<Proposition> variables)Create a new existential boolean quantification.ExistsQuantifiedFormula(PlFormula f, Proposition variable)Create a new existential boolean quantification.ForallQuantifiedFormula(PlFormula f, java.util.Set<Proposition> variables)Create a new universal boolean quantification.ForallQuantifiedFormula(PlFormula f, Proposition variable)Create a new universal boolean quantification. -
Uses of PlFormula in org.tweetyproject.logics.translators.folprop
Methods in org.tweetyproject.logics.translators.folprop that return PlFormula Modifier and Type Method Description PlFormulaFOLPropTranslator. toPropositional(FolFormula folFormula)Methods in org.tweetyproject.logics.translators.folprop with parameters of type PlFormula Modifier and Type Method Description FolFormulaFOLPropTranslator. toFOL(PlFormula propFormula) -
Uses of PlFormula in org.tweetyproject.web.services
Fields in org.tweetyproject.web.services with type parameters of type PlFormula Modifier and Type Field Description static AbstractMusEnumerator<PlFormula>InconsistencyMeasurementService. musEnumeratorThe MUS enumerator configured for this service.
-