Uses of Class
org.tweetyproject.logics.rcl.syntax.RclBeliefSet
Packages that use RclBeliefSet
Package
Description
-
Uses of RclBeliefSet in org.tweetyproject.logics.rcl.parser
Methods in org.tweetyproject.logics.rcl.parser that return RclBeliefSet -
Uses of RclBeliefSet in org.tweetyproject.logics.rcl.reasoner
Methods in org.tweetyproject.logics.rcl.reasoner with parameters of type RclBeliefSetModifier and TypeMethodDescriptionSimpleRelationalCReasoner.getModel(RclBeliefSet bbase)
SimpleRelationalCReasoner.getModel(RclBeliefSet bs, FolSignature signature)
Retrieves the C representation of the given belief set wrt.SimpleRelationalCReasoner.getModels(RclBeliefSet bbase)
SimpleRelationalCReasoner.query(RclBeliefSet bs, FolFormula query)
SimpleRelationalCReasoner.query(RclBeliefSet bs, FolFormula query, FolSignature signature)
Queries the given belief set wrt. -
Uses of RclBeliefSet in org.tweetyproject.logics.rcl.semantics
Methods in org.tweetyproject.logics.rcl.semantics with parameters of type RclBeliefSetModifier and TypeMethodDescriptionboolean
RelationalRankingFunction.satisfies(RclBeliefSet beliefBase)