Uses of Class
net.sf.tweety.logics.cl.semantics.RankingFunction
-
Packages that use RankingFunction Package Description net.sf.tweety.logics.cl.reasoner -
-
Uses of RankingFunction in net.sf.tweety.logics.cl.reasoner
Methods in net.sf.tweety.logics.cl.reasoner that return RankingFunction Modifier and Type Method Description private RankingFunctionSimpleCReasoner. constructRankingFunction(ClBeliefSet beliefset, java.lang.Integer[] kappa)Constructs a ranking function with the given kappa values [k1+,k1-,...,kn+,kn-], i.e.abstract RankingFunctionAbstractConditionalLogicReasoner. getModel(ClBeliefSet bbase)RankingFunctionCReasoner. getModel(ClBeliefSet kb)RankingFunctionRuleBasedCReasoner. getModel(ClBeliefSet beliefset)RankingFunctionSimpleCReasoner. getModel(ClBeliefSet beliefset)RankingFunctionZReasoner. getModel(ClBeliefSet beliefset)Methods in net.sf.tweety.logics.cl.reasoner that return types with arguments of type RankingFunction Modifier and Type Method Description java.util.Collection<RankingFunction>AbstractConditionalLogicReasoner. getModels(ClBeliefSet bbase)
-