Uses of Class
org.tweetyproject.arg.deductive.syntax.SimplePlRule
-
Uses of SimplePlRule in org.tweetyproject.arg.deductive.parser
-
Uses of SimplePlRule in org.tweetyproject.arg.deductive.syntax
Modifier and TypeMethodDescriptionCollection
<? extends SimplePlRule> SimplePlLogicArgument.getSupport()
Returns the support of this argument, i.e., the set of rules that provide the basis for the claim.ModifierConstructorDescriptionSimplePlLogicArgument
(Collection<SimplePlRule> _support, PlFormula _claim) Constructs a simple propositional logic argument with the given support and claim.SimplePlLogicArgument
(Derivation<SimplePlRule> derivation) Constructs a simple propositional logic argument from a derivation.Constructor for creating a deductive knowledge base with an initial collection of rules.