Uses of Class
org.tweetyproject.commons.util.rules.RuleSet
Packages that use RuleSet
Package
Description
-
Uses of RuleSet in org.tweetyproject.arg.aspic.syntax
Subclasses of RuleSet in org.tweetyproject.arg.aspic.syntaxModifier and TypeClassDescriptionclassAspicArgumentationTheory<T extends Invertable>According to Modgil and Prakken, this represents an argumentation theory (AS, KB) with - AS argumentation system (e.g. -
Uses of RuleSet in org.tweetyproject.commons.util.rules
Methods in org.tweetyproject.commons.util.rules that return RuleSetModifier and TypeMethodDescriptionRuleSet.getSyntacticModule(Formula f) Returns the maximal subset of this rule set that is closed under "syntactic" neighbourhood relationship for the given formula. -
Uses of RuleSet in org.tweetyproject.lp.asp.syntax
Subclasses of RuleSet in org.tweetyproject.lp.asp.syntaxModifier and TypeClassDescriptionclassThis class models an ASP-Core-2 program, meaning a set of rules and optionally a query. -
Uses of RuleSet in org.tweetyproject.lp.nlp.syntax
Subclasses of RuleSet in org.tweetyproject.lp.nlp.syntaxModifier and TypeClassDescriptionclassRepresents a nested logic program (NLP) in the form of a set of rules.