Uses of Class
org.tweetyproject.lp.asp.semantics.AnswerSet
Packages that use AnswerSet
Package
Description
-
Uses of AnswerSet in org.tweetyproject.lp.asp.beliefdynamics.revision
Methods in org.tweetyproject.lp.asp.beliefdynamics.revision that return types with arguments of type AnswerSetModifier and TypeMethodDescriptionCredibilityRevision.getLastAnswerset()
Retrieves the collection of the last answer sets obtained from the solver.CredibilityRevision.getLastProjectedAnswerSet()
Retrieves the collection of the last projected answer sets obtained from the solver.Method parameters in org.tweetyproject.lp.asp.beliefdynamics.revision with type arguments of type AnswerSetModifier and TypeMethodDescriptionCredibilityRevision.AnswersetProcessing.process
(List<Program> orderedPrograms, Collection<AnswerSet> answersets) The method takes the list of ordered programs and the answer set of the credibility logic program and calculates a revided programCredibilityRevision.DefaultBehavior.process
(List<Program> orderedPrograms, Collection<AnswerSet> answersets) -
Uses of AnswerSet in org.tweetyproject.lp.asp.parser
Methods in org.tweetyproject.lp.asp.parser that return AnswerSetModifier and TypeMethodDescriptionstatic AnswerSet
ASPParser.parseAnswerSet
(Reader reader) Parse parseAnswerSetstatic AnswerSet
ASPParser.parseAnswerSet
(String answerSet) Parse AnswerSetInstantiateVisitor.visit
(ASTAnswerSet node, Object data) -
Uses of AnswerSet in org.tweetyproject.lp.asp.reasoner
Methods in org.tweetyproject.lp.asp.reasoner that return AnswerSetModifier and TypeMethodDescriptionReturns a characterizing model (answer set) of the given belief base using the given upper integer limit.Returns a characterizing model (answer set) of the given belief base using the given upper integer limit.Methods in org.tweetyproject.lp.asp.reasoner that return types with arguments of type AnswerSetModifier and TypeMethodDescriptionabstract Collection
<AnswerSet> Returns a characterizing model (answer set) of the given belief base.abstract Collection
<AnswerSet> Returns a characterizing model (answer set) of the given belief base.abstract Collection
<AnswerSet> Returns a characterizing model (answer set) of the given belief base using the given upper integer limit.Returns a characterizing model (answer set) of the given belief base using the given upper integer limit. -
Uses of AnswerSet in org.tweetyproject.lp.asp.semantics
Constructors in org.tweetyproject.lp.asp.semantics with parameters of type AnswerSet