Uses of Class
net.sf.tweety.logics.pl.syntax.PlBeliefSet
-
-
Uses of PlBeliefSet in net.sf.tweety.logics.pl.parser
Methods in net.sf.tweety.logics.pl.parser that return PlBeliefSet Modifier and Type Method Description PlBeliefSetDimacsParser. parseBeliefBase(Reader reader)PlBeliefSetPlParser. parseBeliefBase(Reader reader)Methods in net.sf.tweety.logics.pl.parser that return types with arguments of type PlBeliefSet Modifier and Type Method Description static net.sf.tweety.commons.Parser<PlBeliefSet,PlFormula>PlParserFactory. getParserForFormat(PlParserFactory.Format f)Retrieves an appropriate parser for the given format. -
Uses of PlBeliefSet in net.sf.tweety.logics.pl.reasoner
Methods in net.sf.tweety.logics.pl.reasoner with parameters of type PlBeliefSet Modifier and Type Method Description abstract BooleanAbstractPlReasoner. query(PlBeliefSet beliefbase, PlFormula formula)BooleanSatReasoner. query(PlBeliefSet beliefbase, PlFormula formula)BooleanSimplePlReasoner. query(PlBeliefSet beliefbase, PlFormula formula) -
Uses of PlBeliefSet in net.sf.tweety.logics.pl.sat
Methods in net.sf.tweety.logics.pl.sat that return types with arguments of type PlBeliefSet Modifier and Type Method Description net.sf.tweety.commons.Interpretation<PlBeliefSet,PlFormula>LingelingSolver. getWitness(Collection<PlFormula> formulas)net.sf.tweety.commons.Interpretation<PlBeliefSet,PlFormula>MaxSatSolver. getWitness(Collection<PlFormula> formulas)abstract net.sf.tweety.commons.Interpretation<PlBeliefSet,PlFormula>MaxSatSolver. getWitness(Collection<PlFormula> hardConstraints, Map<PlFormula,Integer> softConstraints)Returns an interpretation with maximal weight on the soft constraints (or null if the hard constraints are not satisfiable)net.sf.tweety.commons.Interpretation<PlBeliefSet,PlFormula>OpenWboSolver. getWitness(Collection<PlFormula> hardConstraints, Map<PlFormula,Integer> softConstraints)net.sf.tweety.commons.Interpretation<PlBeliefSet,PlFormula>Sat4jSolver. getWitness(Collection<PlFormula> formulas)abstract net.sf.tweety.commons.Interpretation<PlBeliefSet,PlFormula>SatSolver. getWitness(Collection<PlFormula> formulas)If the collection of formulas is consistent this method returns some model of it or, if it is inconsistent, null.net.sf.tweety.commons.Interpretation<PlBeliefSet,PlFormula>SatSolver. getWitness(net.sf.tweety.commons.BeliefSet<PlFormula,?> bs)net.sf.tweety.commons.Interpretation<PlBeliefSet,PlFormula>SatSolver. getWitness(PlFormula formula)net.sf.tweety.commons.Interpretation<PlBeliefSet,PlFormula>SimpleDpllSolver. getWitness(Collection<PlFormula> formulas)Method parameters in net.sf.tweety.logics.pl.sat with type arguments of type PlBeliefSet Modifier and Type Method Description static intMaxSatSolver. costOf(net.sf.tweety.commons.Interpretation<PlBeliefSet,PlFormula> interpretation, Collection<PlFormula> hardConstraints, Map<PlFormula,Integer> softConstraints)Returns the cost of the given interpretation, i.e. -
Uses of PlBeliefSet in net.sf.tweety.logics.pl.semantics
Methods in net.sf.tweety.logics.pl.semantics that return types with arguments of type PlBeliefSet Modifier and Type Method Description net.sf.tweety.commons.InterpretationIterator<PlFormula,PlBeliefSet,PossibleWorld>PossibleWorldIterator. reset()net.sf.tweety.commons.InterpretationIterator<PlFormula,PlBeliefSet,PossibleWorld>PossibleWorldIterator. reset(Collection<? extends net.sf.tweety.commons.Formula> formulas)net.sf.tweety.commons.InterpretationIterator<PlFormula,PlBeliefSet,PossibleWorld>PossibleWorldIterator. reset(net.sf.tweety.commons.Signature sig)Methods in net.sf.tweety.logics.pl.semantics with parameters of type PlBeliefSet Modifier and Type Method Description booleanFuzzyInterpretation. satisfies(PlBeliefSet beliefBase)booleanNicePossibleWorld. satisfies(PlBeliefSet beliefBase)booleanPossibleWorld. satisfies(PlBeliefSet beliefBase)booleanPriestWorld. satisfies(PlBeliefSet beliefBase) -
Uses of PlBeliefSet in net.sf.tweety.logics.pl.syntax
Methods in net.sf.tweety.logics.pl.syntax that return types with arguments of type PlBeliefSet Modifier and Type Method Description Collection<PlBeliefSet>PlBeliefSet. getSyntaxComponents()Returns the set of syntax components of this belief set, i.e. -
Uses of PlBeliefSet in net.sf.tweety.logics.pl.util
Methods in net.sf.tweety.logics.pl.util that return PlBeliefSet Modifier and Type Method Description PlBeliefSetCanonicalIterator. next()PlBeliefSetCnfSampler. next()PlBeliefSetContensionSampler. next()PlBeliefSetEnumeratingIterator. next()PlBeliefSetHsSampler. next()PlBeliefSetMiSampler. next()PlBeliefSetRandomSampler. next()PlBeliefSetRandomSatSampler. next()PlBeliefSetSyntacticEnumeratingIterator. next()PlBeliefSetSyntacticRandomSampler. next()Returns the next belief setPlBeliefSetTextfileIterator. next()Methods in net.sf.tweety.logics.pl.util with parameters of type PlBeliefSet Modifier and Type Method Description static BitSetCanonicalIterator. beliefSet2BitSet(PlBeliefSet bs)Creates a bitset representation of the given belief set. -
Uses of PlBeliefSet in net.sf.tweety.logics.pl.writer
Constructors in net.sf.tweety.logics.pl.writer with parameters of type PlBeliefSet Constructor Description PlWriter(PlBeliefSet plBeliefSet)
-