Uses of Class
org.tweetyproject.arg.dung.causal.syntax.CausalKnowledgeBase
Packages that use CausalKnowledgeBase
- 
Uses of CausalKnowledgeBase in org.tweetyproject.arg.dung.causal.syntax
Methods in org.tweetyproject.arg.dung.causal.syntax that return CausalKnowledgeBaseModifier and TypeMethodDescriptionCausalKnowledgeBase.clone()InducedArgument.getKnowledgeBase()*description missing*InducedTheory.getKnowledgeBase()*description missing*Methods in org.tweetyproject.arg.dung.causal.syntax with parameters of type CausalKnowledgeBaseModifier and TypeMethodDescriptionbooleanCausalStatement.holds(CausalKnowledgeBase cKbase) Checks if this instance holds in the specified knowledge base.booleanCounterfactualStatement.holds(CausalKnowledgeBase cKbase) booleanInterventionalStatement.holds(CausalKnowledgeBase cKbase) voidCausalStatement.VisualizeHolds(CausalKnowledgeBase cKbase) *description missing*voidCounterfactualStatement.VisualizeHolds(CausalKnowledgeBase cKbase) voidInterventionalStatement.VisualizeHolds(CausalKnowledgeBase cKbase) Constructors in org.tweetyproject.arg.dung.causal.syntax with parameters of type CausalKnowledgeBaseModifierConstructorDescriptionInducedArgument(CausalKnowledgeBase knowledgeBase, Set<PlFormula> premises, PlFormula conclusion) Creates a causal argumentInducedTheory(CausalKnowledgeBase knowledgeBase) Creates an abstract argumentation framework, which was induced from a specified causal knowledge base