Uses of Class
org.tweetyproject.action.description.syntax.ActionDescription
Packages that use ActionDescription
Package
Description
-
Uses of ActionDescription in org.tweetyproject.action.description.analysis
Methods in org.tweetyproject.action.description.analysis with parameters of type ActionDescriptionModifier and TypeMethodDescriptionboolean
ActionDescriptionConsistencyTester.isConsistent
(ActionDescription<T> causalRules) Checks whether the given set of causal rules is consistent.boolean
CActionDescriptionConsistencyTester.isConsistent
(ActionDescription<CLaw> causalRules) -
Uses of ActionDescription in org.tweetyproject.action.description.syntax
Subclasses of ActionDescription in org.tweetyproject.action.description.syntaxModifier and TypeClassDescriptionclass
This class represents an action description for the action language C as a set of causal rules, and provides some basic functionality such as grounding.