Uses of Class
org.tweetyproject.causal.semantics.CausalInterpretation
Packages that use CausalInterpretation
-
Uses of CausalInterpretation in org.tweetyproject.causal.reasoner
Methods in org.tweetyproject.causal.reasoner that return CausalInterpretationModifier and TypeMethodDescriptionAbstractCausalReasoner.getModel(CausalKnowledgeBase cbase) AbstractCausalReasoner.getModel(CausalKnowledgeBase cbase, Collection<PlFormula> observations) Computes some interpretation that can be concluded from the causal knowledge base and observationsAbstractCausalReasoner.getModel(CausalKnowledgeBase cbase, Collection<PlFormula> observations, Map<Proposition, Boolean> interventions) Computes some interpretation that can be concluded from the causal knowledge base and observationsAbstractCausalReasoner.getModel(CausalKnowledgeBase cbase, PlFormula observation) Computes some interpretation that can be concluded from the causal knowledge base and observationsMethods in org.tweetyproject.causal.reasoner that return types with arguments of type CausalInterpretationModifier and TypeMethodDescriptionAbstractArgumentationBasedCausalReasoner.getModels(CausalKnowledgeBase cbase, Collection<PlFormula> observations, Map<Proposition, Boolean> interventions) AbstractCausalReasoner.getModels(CausalKnowledgeBase cbase) AbstractCausalReasoner.getModels(CausalKnowledgeBase cbase, Collection<PlFormula> observations) Computes the set of all interpretations that can be concluded from the causal knowledge base and observationabstract Collection<CausalInterpretation>AbstractCausalReasoner.getModels(CausalKnowledgeBase cbase, Collection<PlFormula> observations, Map<Proposition, Boolean> interventions) Computes the set of all interpretations that can be concluded from the causal knowledge base and observationsAbstractCausalReasoner.getModels(CausalKnowledgeBase cbase, PlFormula observation) Computes the set of all interpretations that can be concluded from the causal knowledge base and observationArgumentationBasedCounterfactualReasoner.getModels(CausalKnowledgeBase cbase, Collection<PlFormula> observations, Map<Proposition, Boolean> interventions)