Uses of Class
net.sf.tweety.logics.qbf.semantics.QbPossibleWorld
-
Packages that use QbPossibleWorld Package Description net.sf.tweety.logics.qbf.semantics -
-
Uses of QbPossibleWorld in net.sf.tweety.logics.qbf.semantics
Methods in net.sf.tweety.logics.qbf.semantics that return types with arguments of type QbPossibleWorld Modifier and Type Method Description static Set<QbPossibleWorld>QbPossibleWorld. getAllPossibleWorlds(Collection<net.sf.tweety.logics.pl.syntax.Proposition> signature)Returns the set of all possible worlds for the given propositional signature.static Set<QbPossibleWorld>QbPossibleWorld. getAllPossibleWorlds(net.sf.tweety.logics.pl.syntax.PlSignature signature)Returns the set of all possible worlds for the given propositional signature.
-