Uses of Interface
org.tweetyproject.commons.util.rules.Rule
Packages that use Rule
Package
Description
-
Uses of Rule in org.tweetyproject.arg.aba.syntax
Classes in org.tweetyproject.arg.aba.syntax that implement RuleModifier and TypeClassDescriptionclassA common interface for assumptions and inference rules.classAssumption<T extends Formula>This class models an assumption of an ABA theory.classInferenceRule<T extends Formula>This class models an inference rule from an ABA theory. -
Uses of Rule in org.tweetyproject.arg.aspic.syntax
Classes in org.tweetyproject.arg.aspic.syntax that implement RuleModifier and TypeClassDescriptionclassDefeasibleInferenceRule<T extends Invertable>Defeasible implementation ofInferenceRule<T>classInferenceRule<T extends Invertable>This stands for an inference rule or for a premise if premises has length 0.classStrictInferenceRule<T extends Invertable>Indefeasible implementation ofInferenceRule<T> -
Uses of Rule in org.tweetyproject.arg.deductive.syntax
Classes in org.tweetyproject.arg.deductive.syntax that implement RuleModifier and TypeClassDescriptionclassBasic data structure for handling simple rule -
Uses of Rule in org.tweetyproject.arg.delp.syntax
Classes in org.tweetyproject.arg.delp.syntax that implement RuleModifier and TypeClassDescriptionclassThis class models a defeasible rule in defeasible logic programming.final classThis class implements a fact in defeasible logic programming which encapsulates a literal.classThis method is the superclass for both a strict rule and a defeasible rule in defeasible logic programming and captures their common attributes and methods.classThis class models a strict rule in defeasible logic programming. -
Uses of Rule in org.tweetyproject.arg.saf.syntax
Classes in org.tweetyproject.arg.saf.syntax that implement RuleModifier and TypeClassDescriptionclassThis class models a basic argument in structured argumentation frameworks, i.e. -
Uses of Rule in org.tweetyproject.commons.util.rules
Classes in org.tweetyproject.commons.util.rules with type parameters of type RuleModifier and TypeClassDescriptionclassDerivation<T extends Rule<?,?>> This class models a derivation, i.e.classThis class represents a set of rules and provides several auxiliary methods for accessing such a set.Methods in org.tweetyproject.commons.util.rules with type parameters of type RuleModifier and TypeMethodDescriptionstatic <S extends Rule<?,?>>
Set<Derivation<S>>Derivation.allDerivations(Collection<? extends S> rules) Returns the set of all possible derivations from the set of rules.static <S extends Rule<?,?>>
Set<Derivation<S>>Derivation.allDerivations(Collection<? extends S> rules, Formula conclusion) Returns the set of all possible derivations with the given conclusion from the set of rules. -
Uses of Rule in org.tweetyproject.logics.cl.syntax
Classes in org.tweetyproject.logics.cl.syntax that implement RuleModifier and TypeClassDescriptionclassThis class represents a basic conditional (B|A) with formulas A,B. -
Uses of Rule in org.tweetyproject.logics.commons.syntax.interfaces
Classes in org.tweetyproject.logics.commons.syntax.interfaces with type parameters of type RuleModifier and TypeInterfaceDescriptioninterfaceLogicProgram<C extends Formula,P extends Formula, T extends Rule<?, ?>> An interface for a logic program, which is a set of rules. -
Uses of Rule in org.tweetyproject.logics.pcl.syntax
Classes in org.tweetyproject.logics.pcl.syntax that implement RuleModifier and TypeClassDescriptionclassThis class represents a probabilistic conditional of the form (B|A)[p] with formulas A,B and a probability p. -
Uses of Rule in org.tweetyproject.logics.rcl.syntax
Classes in org.tweetyproject.logics.rcl.syntax that implement RuleModifier and TypeClassDescriptionclassInstances of this class represent relational conditionals. -
Uses of Rule in org.tweetyproject.logics.rpcl.syntax
Classes in org.tweetyproject.logics.rpcl.syntax that implement RuleModifier and TypeClassDescriptionclassThis class represents a relational probabilistic conditional, i.e. -
Uses of Rule in org.tweetyproject.logics.translators
Methods in org.tweetyproject.logics.translators that return RuleModifier and TypeMethodDescriptionRule<?,?> Translator.translateRule(Rule<? extends SimpleLogicalFormula, ? extends SimpleLogicalFormula> source, Class<?> ruleCls) Methods in org.tweetyproject.logics.translators with parameters of type RuleModifier and TypeMethodDescriptionRule<?,?> Translator.translateRule(Rule<? extends SimpleLogicalFormula, ? extends SimpleLogicalFormula> source, Class<?> ruleCls) -
Uses of Rule in org.tweetyproject.lp.asp.syntax
Classes in org.tweetyproject.lp.asp.syntax that implement Rule -
Uses of Rule in org.tweetyproject.lp.nlp.syntax
Classes in org.tweetyproject.lp.nlp.syntax that implement Rule