Uses of Class
org.tweetyproject.logics.cl.semantics.RankingFunction
- 
Packages that use RankingFunction Package Description org.tweetyproject.logics.cl.examples org.tweetyproject.logics.cl.reasoner  - 
- 
Uses of RankingFunction in org.tweetyproject.logics.cl.examples
Methods in org.tweetyproject.logics.cl.examples with parameters of type RankingFunction Modifier and Type Method Description static voidADF_OCF_comparison_example. compareInference(AbstractDialecticalFramework adf, AbstractDialecticalFrameworkReasoner reasoner_adf, RankingFunction kappa)Compare the inference behavior of ADF "adf" and Ranking function "kappa" - 
Uses of RankingFunction in org.tweetyproject.logics.cl.reasoner
Methods in org.tweetyproject.logics.cl.reasoner that return RankingFunction 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)Methods in org.tweetyproject.logics.cl.reasoner that return types with arguments of type RankingFunction Modifier and Type Method Description java.util.Collection<RankingFunction>AbstractConditionalLogicReasoner. getModels(ClBeliefSet bbase) 
 -