Uses of Class
org.tweetyproject.logics.cl.syntax.ClBeliefSet
-
-
Uses of ClBeliefSet in org.tweetyproject.logics.cl.examples
Methods in org.tweetyproject.logics.cl.examples that return ClBeliefSet Modifier and Type Method Description static ClBeliefSetADF_OCF_comparison_example. getBeliefSetFromADF(AbstractDialecticalFramework adf, int theta)Creates a conditional belief base using the provided ADF "adf" and Translation Function "theta" -
Uses of ClBeliefSet in org.tweetyproject.logics.cl.parser
Methods in org.tweetyproject.logics.cl.parser that return ClBeliefSet Modifier and Type Method Description ClBeliefSetClParser. parseBeliefBase(java.io.Reader reader) -
Uses of ClBeliefSet in org.tweetyproject.logics.cl.reasoner
Methods in org.tweetyproject.logics.cl.reasoner with parameters of type ClBeliefSet Modifier and Type Method Description abstract RankingFunctionAbstractConditionalLogicReasoner. getModel(ClBeliefSet bbase)RankingFunctionCReasoner. getModel(ClBeliefSet kb)RankingFunctionRuleBasedCReasoner. getModel(ClBeliefSet beliefset)RankingFunctionSimpleCReasoner. getModel(ClBeliefSet beliefset)RankingFunctionZReasoner. getModel(ClBeliefSet beliefset)java.util.Collection<RankingFunction>AbstractConditionalLogicReasoner. getModels(ClBeliefSet bbase)java.lang.BooleanAbstractConditionalLogicReasoner. query(ClBeliefSet beliefbase, PlFormula formula) -
Uses of ClBeliefSet in org.tweetyproject.logics.cl.semantics
Methods in org.tweetyproject.logics.cl.semantics with parameters of type ClBeliefSet Modifier and Type Method Description booleanRankingFunction. satisfies(ClBeliefSet beliefBase) -
Uses of ClBeliefSet in org.tweetyproject.logics.cl.syntax
Methods in org.tweetyproject.logics.cl.syntax that return ClBeliefSet Modifier and Type Method Description ClBeliefSetClBeliefSet. clone() -
Uses of ClBeliefSet in org.tweetyproject.logics.translators.clnlp
Methods in org.tweetyproject.logics.translators.clnlp that return ClBeliefSet Modifier and Type Method Description ClBeliefSetClNLPTranslator. toCl(NLPProgram program)Translate the given NLP-program into a conditional belief set.Methods in org.tweetyproject.logics.translators.clnlp with parameters of type ClBeliefSet Modifier and Type Method Description NLPProgramClNLPTranslator. toNLP(ClBeliefSet conditionals)Translate the given conditional belief set into a NLP-program.
-