Uses of Class
org.tweetyproject.logics.rcl.syntax.RclBeliefSet
Packages that use RclBeliefSet
Package
Description
-
Uses of RclBeliefSet in org.tweetyproject.logics.rcl.parser
Subclasses with type arguments of type RclBeliefSet in org.tweetyproject.logics.rcl.parserModifier and TypeClassDescriptionclass
This class implements a parser for relational conditional logic.Methods in org.tweetyproject.logics.rcl.parser that return RclBeliefSet -
Uses of RclBeliefSet in org.tweetyproject.logics.rcl.reasoner
Classes in org.tweetyproject.logics.rcl.reasoner that implement interfaces with type arguments of type RclBeliefSetModifier and TypeClassDescriptionclass
This class models a relational brute force c-reasoner for relational conditional logic.class
This class models a relational brute force c-reasoner for relational conditional logic.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
Subclasses with type arguments of type RclBeliefSet in org.tweetyproject.logics.rcl.semanticsModifier and TypeClassDescriptionclass
A relational ranking function (or relational ordinal conditional function, ROCF) that maps Herbrand interpretations to integers.Methods in org.tweetyproject.logics.rcl.semantics with parameters of type RclBeliefSetModifier and TypeMethodDescriptionboolean
RelationalRankingFunction.satisfies
(RclBeliefSet beliefBase)