|
EmbASP-Python v7.1.0
|
Public Member Functions | |
| def | __init__ (self, output=None, errors=None) |
| def | get_errors (self) |
| def | get_output (self) |
| def | set_errors (self, errors) |
| def | set_output (self, output) |
Represents a generic output for a solver.
| def base.output.Output.__init__ | ( | self, | |
output = None, |
|||
errors = None |
|||
| ) |
Reimplemented in specializations.solver_planning_domains.spd_plan.SPDPlan, languages.pddl.plan.Plan, specializations.dlvhex.dlvhex_answer_sets.DLVHEXAnswerSets, specializations.idlv.idlv_minimal_models.IDLVMinimalModels, specializations.dlv2.dlv2_answer_sets.DLV2AnswerSets, specializations.dlv.dlv_answer_sets.DLVAnswerSets, specializations.clingo.clingo_answer_sets.ClingoAnswerSets, languages.datalog.minimal_models.MinimalModels, and languages.asp.answer_sets.AnswerSets.
| def base.output.Output.get_errors | ( | self | ) |
Get error string.
| def base.output.Output.get_output | ( | self | ) |
Get output string.
| def base.output.Output.set_errors | ( | self, | |
| errors | |||
| ) |
Set error string.
| def base.output.Output.set_output | ( | self, | |
| output | |||
| ) |
Set output string.