Uses of Class
net.sf.tweety.action.description.syntax.ActionDescription
-
Packages that use ActionDescription Package Description net.sf.tweety.action.description.analysis net.sf.tweety.action.description.syntax -
-
Uses of ActionDescription in net.sf.tweety.action.description.analysis
Methods in net.sf.tweety.action.description.analysis with parameters of type ActionDescription Modifier and Type Method Description boolean
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 net.sf.tweety.action.description.syntax
Subclasses of ActionDescription in net.sf.tweety.action.description.syntax Modifier and Type Class Description class
CActionDescription
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.
-