Uses of Class
org.tweetyproject.lp.nlp.syntax.NLPRule
-
Packages that use NLPRule Package Description org.tweetyproject.logics.translators.aspnlp org.tweetyproject.logics.translators.clnlp org.tweetyproject.lp.nlp.syntax -
-
Uses of NLPRule in org.tweetyproject.logics.translators.aspnlp
Methods in org.tweetyproject.logics.translators.aspnlp with parameters of type NLPRule Modifier and Type Method Description ProgramAspNlpTranslator. toASP(NLPRule rule)Translates the given NLP-rule into an ASP Program. -
Uses of NLPRule in org.tweetyproject.logics.translators.clnlp
Methods in org.tweetyproject.logics.translators.clnlp with parameters of type NLPRule Modifier and Type Method Description ConditionalClNLPTranslator. toCl(NLPRule rule)Translates the given NLP-rule into a conditional. -
Uses of NLPRule in org.tweetyproject.lp.nlp.syntax
Methods in org.tweetyproject.lp.nlp.syntax that return NLPRule Modifier and Type Method Description NLPRuleNLPRule. clone()NLPRuleNLPRule. substitute(Term<?> v, Term<?> t)Constructors in org.tweetyproject.lp.nlp.syntax with parameters of type NLPRule Constructor Description NLPRule(NLPRule other)
-