Uses of Class
org.tweetyproject.logics.cl.semantics.ConditionalStructure
-
Packages that use ConditionalStructure Package Description org.tweetyproject.logics.cl.kappa org.tweetyproject.logics.cl.reasoner org.tweetyproject.logics.cl.rules -
-
Uses of ConditionalStructure in org.tweetyproject.logics.cl.kappa
Methods in org.tweetyproject.logics.cl.kappa with parameters of type ConditionalStructure Modifier and Type Method Description java.util.Map<Conditional,KappaValue>ConditionalStructureKappaBuilder. build(ConditionalStructure structure)This builds a map of conditionals toKappaValueinstances which represent the penalty term for a falsified conditional -
Uses of ConditionalStructure in org.tweetyproject.logics.cl.reasoner
Methods in org.tweetyproject.logics.cl.reasoner with parameters of type ConditionalStructure Modifier and Type Method Description voidRuleBasedCReasoner.Rule. setConditonalStructure(ConditionalStructure cs)Sets theConditionalStructurethat is used as data basis for the rule. -
Uses of ConditionalStructure in org.tweetyproject.logics.cl.rules
Methods in org.tweetyproject.logics.cl.rules with parameters of type ConditionalStructure Modifier and Type Method Description voidRuleAdapter. setConditonalStructure(ConditionalStructure cs)
-