Uses of Class
net.sf.tweety.arg.aba.syntax.InferenceRule
-
Packages that use InferenceRule Package Description net.sf.tweety.arg.aba.syntax -
-
Uses of InferenceRule in net.sf.tweety.arg.aba.syntax
Fields in net.sf.tweety.arg.aba.syntax with type parameters of type InferenceRule Modifier and Type Field Description private java.util.Collection<InferenceRule<T>>AbaTheory. rulesThe inference rulesMethods in net.sf.tweety.arg.aba.syntax that return InferenceRule Modifier and Type Method Description InferenceRule<T>InferenceRule. clone()Methods in net.sf.tweety.arg.aba.syntax that return types with arguments of type InferenceRule Modifier and Type Method Description java.util.Collection<InferenceRule<T>>AbaTheory. getRules()private java.util.Collection<InferenceRule<T>>AbaTheory. groundFolRules(java.util.Collection<InferenceRule<T>> rules)Method parameters in net.sf.tweety.arg.aba.syntax with type arguments of type InferenceRule Modifier and Type Method Description private java.util.Collection<InferenceRule<T>>AbaTheory. groundFolRules(java.util.Collection<InferenceRule<T>> rules)
-