Uses of Class
org.tweetyproject.commons.util.rules.Derivation
Packages that use Derivation
-
Uses of Derivation in org.tweetyproject.arg.deductive.syntax
Constructors in org.tweetyproject.arg.deductive.syntax with parameters of type DerivationModifierConstructorDescriptionSimplePlLogicArgument(Derivation<SimplePlRule> derivation)
Constructor -
Uses of Derivation in org.tweetyproject.commons.util.rules
Methods in org.tweetyproject.commons.util.rules that return types with arguments of type DerivationModifier 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.