Uses of Class
net.sf.tweety.lp.nlp.syntax.NLPRule
-
Packages that use NLPRule Package Description net.sf.tweety.logics.translators.aspnlp net.sf.tweety.logics.translators.clnlp net.sf.tweety.lp.nlp.syntax -
-
Uses of NLPRule in net.sf.tweety.logics.translators.aspnlp
Methods in net.sf.tweety.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 net.sf.tweety.logics.translators.clnlp
Methods in net.sf.tweety.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 net.sf.tweety.lp.nlp.syntax
Methods in net.sf.tweety.lp.nlp.syntax that return NLPRule Modifier and Type Method Description NLPRuleNLPRule. clone()NLPRuleNLPRule. substitute(Term<?> v, Term<?> t)Constructors in net.sf.tweety.lp.nlp.syntax with parameters of type NLPRule Constructor Description NLPRule(NLPRule other)
-