Uses of Class
org.tweetyproject.action.description.syntax.CLaw
Packages that use CLaw
Package
Description
- 
Uses of CLaw in org.tweetyproject.action.description.analysisMethod parameters in org.tweetyproject.action.description.analysis with type arguments of type CLawModifier and TypeMethodDescriptionbooleanCActionDescriptionConsistencyTester.isConsistent(ActionDescription<CLaw> causalRules) 
- 
Uses of CLaw in org.tweetyproject.action.description.syntaxSubclasses of CLaw in org.tweetyproject.action.description.syntaxModifier and TypeClassDescriptionclassA dynamic law in C has the form "caused F if G after U" where F is a propositional formula over the set of fluent names (called headFormula) G is a propositional formula over the set of fluent names (called ifFormula) U is a propositional formula over the set of fluent names and the set of action names (called afterFormula)classThis class represents a static rule in C, which has the following form: "caused H if G" where H is a propositional formula over the set of fluents and G is a propositional formula over the set of fluents and the set of actionsMethods in org.tweetyproject.action.description.syntax that return types with arguments of type CLawModifier and TypeMethodDescriptionCLaw.getAllGrounded()Retrieves the set of all grounded instances of this causal law.DynamicLaw.getAllGrounded()StaticLaw.getAllGrounded()CLaw.toDefinite()Returns an equivalent definite causal law.DynamicLaw.toDefinite()StaticLaw.toDefinite()