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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassThis class models a relational brute force c-reasoner for relational conditional logic.classThis 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 TypeClassDescriptionclassA 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 TypeMethodDescriptionbooleanRelationalRankingFunction.satisfies(RclBeliefSet beliefBase)