Uses of Class
org.tweetyproject.lp.nlp.syntax.NLPProgram
Packages that use NLPProgram
Package
Description
-
Uses of NLPProgram in org.tweetyproject.logics.translators.aspnlp
Methods in org.tweetyproject.logics.translators.aspnlp that return NLPProgramMethods in org.tweetyproject.logics.translators.aspnlp with parameters of type NLPProgramModifier and TypeMethodDescriptionAspNlpTranslator.toASP(NLPProgram program)
Translate the given NLP-program into an ASP-program. -
Uses of NLPProgram in org.tweetyproject.logics.translators.clnlp
Methods in org.tweetyproject.logics.translators.clnlp that return NLPProgramModifier and TypeMethodDescriptionClNLPTranslator.toNLP(ClBeliefSet conditionals)
Translate the given conditional belief set into a NLP-program.Methods in org.tweetyproject.logics.translators.clnlp with parameters of type NLPProgramModifier and TypeMethodDescriptionClNLPTranslator.toCl(NLPProgram program)
Translate the given NLP-program into a conditional belief set. -
Uses of NLPProgram in org.tweetyproject.lp.nlp.syntax
Methods in org.tweetyproject.lp.nlp.syntax that return NLPProgramModifier and TypeMethodDescriptionNLPProgram.substitute(Map<? extends Term<?>,? extends Term<?>> map)
NLPProgram.substitute(Term<?> t, Term<?> v)