Uses of Class
org.tweetyproject.arg.deductive.syntax.SimplePlRule
Packages that use SimplePlRule
-
Uses of SimplePlRule in org.tweetyproject.arg.deductive.parser
Subclasses with type arguments of type SimplePlRule in org.tweetyproject.arg.deductive.parserModifier and TypeClassDescriptionclass
Parses a simple logic knowledge base out of an input text.Methods in org.tweetyproject.arg.deductive.parser that return SimplePlRule -
Uses of SimplePlRule in org.tweetyproject.arg.deductive.syntax
Subclasses with type arguments of type SimplePlRule in org.tweetyproject.arg.deductive.syntaxModifier and TypeClassDescriptionclass
According to http://www0.cs.ucl.ac.uk/staff/a.hunter/papers/ac13t.pdf a simple logic knowledge base (propositional version only in this implementation) is a set of literals---in this implementation rules with empty body---and a set of simple rules, @see SimplePlRuleMethods in org.tweetyproject.arg.deductive.syntax that return types with arguments of type SimplePlRuleModifier 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.Constructor parameters in org.tweetyproject.arg.deductive.syntax with type arguments of type SimplePlRuleModifierConstructorDescriptionSimplePlLogicArgument
(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.