Uses of Class
net.sf.tweety.lp.asp.syntax.Program
- 
 - 
- 
Uses of Program in net.sf.tweety.arg.lp.syntax
Fields in net.sf.tweety.arg.lp.syntax declared as Program Modifier and Type Field Description private ProgramArgumentationKnowledgeBase. programConstructors in net.sf.tweety.arg.lp.syntax with parameters of type Program Constructor Description ArgumentationKnowledgeBase(Program program) - 
Uses of Program in net.sf.tweety.argumentation.parameterisedhierarchy
Fields in net.sf.tweety.argumentation.parameterisedhierarchy declared as Program Modifier and Type Field Description (package private) ProgramArgumentationReasonerTest. prog - 
Uses of Program in net.sf.tweety.logics.translators.aspnlp
Methods in net.sf.tweety.logics.translators.aspnlp that return Program Modifier and Type Method Description ProgramAspNlpTranslator. toASP(NLPProgram program)Translate the given NLP-program into an ASP-program.ProgramAspNlpTranslator. toASP(NLPRule rule)Translates the given NLP-rule into an ASP Program.Methods in net.sf.tweety.logics.translators.aspnlp with parameters of type Program Modifier and Type Method Description NLPProgramAspNlpTranslator. toNLP(Program program) - 
Uses of Program in net.sf.tweety.lp.asp.analysis
Methods in net.sf.tweety.lp.asp.analysis with parameters of type Program Modifier and Type Method Description java.lang.DoublePmInconsistencyMeasure. inconsistencyMeasure(Program beliefBase)java.lang.DoubleSdInconsistencyMeasure. inconsistencyMeasure(Program beliefBase) - 
Uses of Program in net.sf.tweety.lp.asp.beliefdynamics.baserevision
Fields in net.sf.tweety.lp.asp.beliefdynamics.baserevision declared as Program Modifier and Type Field Description private ProgramScreenedRemainderSets. programprivate ProgramScreenedMaxichoiceConsolidation. screenprivate ProgramScreenedRemainderSets. screenMethods in net.sf.tweety.lp.asp.beliefdynamics.baserevision that return Program Modifier and Type Method Description ProgramScreenedMaxichoiceConsolidation. consolidate(Program p)Calculates the screened consolidation !r of program p using a maxi-choice selection function s, i.e.ProgramScreenedRemainderSets. getScreen()Returns the screened rules that are contained in every remainder set.ProgramScreenedRemainderSets. getSourceBeliefBase()Returns the original program p for which this set represents the set of remainder sets.Methods in net.sf.tweety.lp.asp.beliefdynamics.baserevision that return types with arguments of type Program Modifier and Type Method Description java.util.Collection<Program>ScreenedRemainderSets. asPrograms()Returns this set of remainder sets as a collection of programs where each program contains exactly the rules of one remainder set.private java.util.Set<Program>ScreenedRemainderSets. calculateRemainderSetCandidates(Program p)Recursively calculates consistent subsets of p.Methods in net.sf.tweety.lp.asp.beliefdynamics.baserevision with parameters of type Program Modifier and Type Method Description private java.util.Set<Program>ScreenedRemainderSets. calculateRemainderSetCandidates(Program p)Recursively calculates consistent subsets of p.intELPLexicographicalComparator. compare(Program arg0, Program arg1)ProgramScreenedMaxichoiceConsolidation. consolidate(Program p)Calculates the screened consolidation !r of program p using a maxi-choice selection function s, i.e.private booleanScreenedRemainderSets. isConsistent(Program p)private booleanScreenedRemainderSets. isProperSubset(Program p, Program q)Returns true iff program p is a proper (strict) subset of program qConstructors in net.sf.tweety.lp.asp.beliefdynamics.baserevision with parameters of type Program Constructor Description ScreenedMaxichoiceConsolidation(Program screen, SelectionFunction<ASPRule> selection, ASPSolver solver)Creates a new screened maxi-choice consolidation operator with the given screen, selection function and a link to an answer set solver.ScreenedRemainderSets(Program p, Program r, ASPSolver solver)Creates a new set of screened remainder sets of program p that all contain the screened rules r. - 
Uses of Program in net.sf.tweety.lp.asp.beliefdynamics.gui
Fields in net.sf.tweety.lp.asp.beliefdynamics.gui declared as Program Modifier and Type Field Description protected ProgramSimpleRevisionCompareModel. beliefBaseprotected ProgramSimpleRevisionCompareModel. newBeliefs - 
Uses of Program in net.sf.tweety.lp.asp.beliefdynamics.revision
Methods in net.sf.tweety.lp.asp.beliefdynamics.revision that return Program Modifier and Type Method Description private ProgramCredibilityTest. loadFromJar(java.lang.String filename)ProgramCredibilityRevision.AnswersetProcessing. process(java.util.List<Program> orderedPrograms, java.util.Collection<AnswerSet> answersets)The method takes the list of ordered programs and the answer set of the credibility logic program and calculates a revided programProgramCredibilityRevision.DefaultBehavior. process(java.util.List<Program> orderedPrograms, java.util.Collection<AnswerSet> answersets)ProgramCredibilityRevision. revise(java.util.List<java.util.Collection<ASPRule>> ol)ProgramPreferenceHandling. revise(java.util.Collection<ASPRule> base, java.util.Collection<ASPRule> formulas)ProgramCredibilityRevision. translate(java.util.List<Program> orderedList)Translates the given list of programs to the credibility logic program.private ProgramCredibilityRevision. translate(Program p, int programCredibility)Helper method: Translates the given programMethods in net.sf.tweety.lp.asp.beliefdynamics.revision with parameters of type Program Modifier and Type Method Description protected static java.util.List<Pair<ASPRule,ASPRule>>PreferenceHandling. getConflictingRules(Program p1, Program p2)Helper method: Finds all pairs of conflicting rules in program p1 and p2.private ProgramCredibilityRevision. translate(Program p, int programCredibility)Helper method: Translates the given programMethod parameters in net.sf.tweety.lp.asp.beliefdynamics.revision with type arguments of type Program Modifier and Type Method Description ProgramCredibilityRevision.AnswersetProcessing. process(java.util.List<Program> orderedPrograms, java.util.Collection<AnswerSet> answersets)The method takes the list of ordered programs and the answer set of the credibility logic program and calculates a revided programProgramCredibilityRevision.DefaultBehavior. process(java.util.List<Program> orderedPrograms, java.util.Collection<AnswerSet> answersets)ProgramCredibilityRevision. translate(java.util.List<Program> orderedList)Translates the given list of programs to the credibility logic program. - 
Uses of Program in net.sf.tweety.lp.asp.beliefdynamics.selectiverevision
 - 
Uses of Program in net.sf.tweety.lp.asp.parser
Methods in net.sf.tweety.lp.asp.parser that return Program Modifier and Type Method Description static ProgramASPCore2Parser. parseProgram(java.io.Reader reader)static ProgramASPCore2Parser. parseProgram(java.lang.String program)ProgramInstantiateVisitor. visit(ASTProgram node, java.lang.Object data) - 
Uses of Program in net.sf.tweety.lp.asp.reasoner
Methods in net.sf.tweety.lp.asp.reasoner with parameters of type Program Modifier and Type Method Description AnswerSetASPSolver. getModel(Program p, int maxInt)Returns a characterizing model (answer set) of the given belief base using the given upper integer limit.AnswerSetClingoSolver. getModel(Program p)AnswerSetDLVSolver. getModel(Program p)abstract java.util.Collection<AnswerSet>ASPSolver. getModels(Program p)java.util.Collection<AnswerSet>ASPSolver. getModels(Program p, int maxInt)Returns a characterizing model (answer set) of the given belief base using the given upper integer limit.java.util.List<AnswerSet>ClingoSolver. getModels(Program p)java.util.List<AnswerSet>DLVSolver. getModels(Program p)abstract java.lang.BooleanASPSolver. query(Program beliefbase, ASPLiteral formula)java.lang.BooleanClingoSolver. query(Program beliefbase, ASPLiteral formula)java.lang.BooleanClingoSolver. query(Program beliefbase, ASPLiteral formula, InferenceMode inferenceMode)java.lang.BooleanDLVSolver. query(Program beliefbase, ASPLiteral formula)java.lang.BooleanDLVSolver. query(Program beliefbase, ASPLiteral formula, InferenceMode inferenceMode) - 
Uses of Program in net.sf.tweety.lp.asp.semantics
Methods in net.sf.tweety.lp.asp.semantics with parameters of type Program Modifier and Type Method Description booleanAnswerSet. satisfies(Program beliefBase) - 
Uses of Program in net.sf.tweety.lp.asp.syntax
Methods in net.sf.tweety.lp.asp.syntax that return Program Modifier and Type Method Description ProgramProgram. clone()static ProgramProgram. defaultification(Program p)Creates the defaultification p_d of a given program p.ProgramProgram. exchange(Term<?> v, Term<?> t)ProgramProgram. reduct(java.util.Set<ASPLiteral> state)Returns the reduct of this program wrt.ProgramProgram. substitute(java.util.Map<? extends Term<?>,? extends Term<?>> map)ProgramProgram. substitute(Term<?> v, Term<?> t)Methods in net.sf.tweety.lp.asp.syntax with parameters of type Program Modifier and Type Method Description voidProgram. add(Program other)Adds another program's content to the content of this program.static ProgramProgram. defaultification(Program p)Creates the defaultification p_d of a given program p.Constructors in net.sf.tweety.lp.asp.syntax with parameters of type Program Constructor Description Program(Program other)Copy-Constructor - 
Uses of Program in net.sf.tweety.lp.asp.writer
Methods in net.sf.tweety.lp.asp.writer with parameters of type Program Modifier and Type Method Description voidClingoWriter. printProgram(Program p)Prints program 
 -