Uses of Class
org.tweetyproject.causal.syntax.StructuralCausalModel.CyclicDependencyException
Packages that use StructuralCausalModel.CyclicDependencyException
-
Uses of StructuralCausalModel.CyclicDependencyException in org.tweetyproject.causal.examples
Methods in org.tweetyproject.causal.examples that throw StructuralCausalModel.CyclicDependencyExceptionModifier and TypeMethodDescriptionstatic voidRuns a demonstration of argumentation-based causal reasoning.static voidstatic voidstatic void -
Uses of StructuralCausalModel.CyclicDependencyException in org.tweetyproject.causal.syntax
Methods in org.tweetyproject.causal.syntax that throw StructuralCausalModel.CyclicDependencyExceptionModifier and TypeMethodDescriptionbooleanStructuralCausalModel.addExplainableAtom(PlFormula atom, PlFormula cause) Adds a new explainable atom together with its cause to the causal modelConstructors in org.tweetyproject.causal.syntax that throw StructuralCausalModel.CyclicDependencyExceptionModifierConstructorDescriptionStructuralCausalModel(Collection<PlFormula> equations) Initializes a causal model based on the given structural equations.