Uses of Class
org.tweetyproject.arg.aspic.ruleformulagenerator.RuleFormulaGenerator
Packages that use RuleFormulaGenerator
Package
Description
-
Uses of RuleFormulaGenerator in org.tweetyproject.arg.aspic.parser
Constructors in org.tweetyproject.arg.aspic.parser with parameters of type RuleFormulaGeneratorModifierConstructorDescriptionAspicParser(Parser<? extends BeliefBase, ? extends Formula> formulaparser, RuleFormulaGenerator<T> rfg) Constructs a new instance -
Uses of RuleFormulaGenerator in org.tweetyproject.arg.aspic.reasoner
Methods in org.tweetyproject.arg.aspic.reasoner with parameters of type RuleFormulaGeneratorModifier and TypeMethodDescriptionDirectionalAspicReasoner.getAttackingConclusions(AspicArgument<T> arg, RuleFormulaGenerator<T> rfgen) Returns all "attacking conclusions" of the given argument. -
Uses of RuleFormulaGenerator in org.tweetyproject.arg.aspic.ruleformulagenerator
Subclasses of RuleFormulaGenerator in org.tweetyproject.arg.aspic.ruleformulageneratorModifier and TypeClassDescriptionclassImplementsRuleFormulaGeneratorfor first order logic.classImplementsRuleFormulaGeneratorfor propositional logic. -
Uses of RuleFormulaGenerator in org.tweetyproject.arg.aspic.semantics
Methods in org.tweetyproject.arg.aspic.semantics with parameters of type RuleFormulaGeneratorModifier and TypeMethodDescriptionstatic <T extends Invertable>
Collection<AspicAttack<T>> AspicAttack.determineAttackRelations(Collection<AspicArgument<T>> args, Comparator<AspicArgument<T>> order, RuleFormulaGenerator<T> rfgen) Checks for defeats in a list of argumentsstatic <T extends Invertable>
booleanAspicAttack.isAttack(AspicArgument<T> active, AspicArgument<T> passive, RuleFormulaGenerator<T> rfgen, Comparator<AspicArgument<T>> order) Determines whether the attack is successful -
Uses of RuleFormulaGenerator in org.tweetyproject.arg.aspic.syntax
Methods in org.tweetyproject.arg.aspic.syntax that return RuleFormulaGeneratorModifier and TypeMethodDescriptionAspicArgumentationTheory.getRuleFormulaGenerator()Returns the generator to transform rules into words of the language they range overMethods in org.tweetyproject.arg.aspic.syntax with parameters of type RuleFormulaGeneratorModifier and TypeMethodDescriptionstatic <T extends Invertable>
booleanAspicArgument.isAttack(AspicArgument<T> active, AspicArgument<T> passive, RuleFormulaGenerator<T> rfgen, Comparator<AspicArgument<T>> order) Determines whether the attack is successfulvoidAspicArgumentationTheory.setRuleFormulaGenerator(RuleFormulaGenerator<T> rfg) Set a new generator to transform rules into words of the language they range overConstructors in org.tweetyproject.arg.aspic.syntax with parameters of type RuleFormulaGeneratorModifierConstructorDescriptionConstructs a new ASPIC argumentation theory