Uses of Class
net.sf.tweety.lp.asp.syntax.Program
-
Packages that use Program Package Description net.sf.tweety.lp.asp.analysis net.sf.tweety.lp.asp.parser net.sf.tweety.lp.asp.reasoner net.sf.tweety.lp.asp.semantics net.sf.tweety.lp.asp.syntax net.sf.tweety.lp.asp.writer -
-
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 DoublePmInconsistencyMeasure. inconsistencyMeasure(Program beliefBase)DoubleSdInconsistencyMeasure. inconsistencyMeasure(Program beliefBase) -
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(Reader reader)static ProgramASPCore2Parser. parseProgram(String program)ProgramInstantiateVisitor. visit(ASTProgram node, 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 Collection<AnswerSet>ASPSolver. getModels(Program p)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.List<AnswerSet>ClingoSolver. getModels(Program p)List<AnswerSet>DLVSolver. getModels(Program p)abstract BooleanASPSolver. query(Program beliefbase, ASPLiteral formula)BooleanClingoSolver. query(Program beliefbase, ASPLiteral formula)BooleanClingoSolver. query(Program beliefbase, ASPLiteral formula, net.sf.tweety.commons.InferenceMode inferenceMode)BooleanDLVSolver. query(Program beliefbase, ASPLiteral formula)BooleanDLVSolver. query(Program beliefbase, ASPLiteral formula, net.sf.tweety.commons.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(net.sf.tweety.logics.commons.syntax.interfaces.Term<?> v, net.sf.tweety.logics.commons.syntax.interfaces.Term<?> t)ProgramProgram. reduct(Set<ASPLiteral> state)Returns the reduct of this program wrt.ProgramProgram. substitute(Map<? extends net.sf.tweety.logics.commons.syntax.interfaces.Term<?>,? extends net.sf.tweety.logics.commons.syntax.interfaces.Term<?>> map)ProgramProgram. substitute(net.sf.tweety.logics.commons.syntax.interfaces.Term<?> v, net.sf.tweety.logics.commons.syntax.interfaces.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
-