EmbASP-Theoretic v7.1.0
Public Member Functions | List of all members
base.output.Output Class Reference
Inheritance diagram for base.output.Output:
languages.asp.answer_sets.AnswerSets languages.datalog.minimal_models.MinimalModels languages.pddl.plan.Plan specializations.clingo.clingo_answer_sets.ClingoAnswerSets specializations.dlv2.dlv2_answer_sets.DLV2AnswerSets specializations.dlv.dlv_answer_sets.DLVAnswerSets specializations.dlvhex.dlvhex_answer_sets.DLVHEXAnswerSets specializations.idlv.idlv_minimal_models.IDLVMinimalModels specializations.solver_planning_domains.spd_plan.SPDPlan

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)
 

Detailed Description

Represents a generic output for a solver.

Constructor & Destructor Documentation

◆ __init__()

def base.output.Output.__init__ (   self,
  output = None,
  errors = None 
)

Member Function Documentation

◆ get_errors()

def base.output.Output.get_errors (   self)
Get error string.

◆ get_output()

def base.output.Output.get_output (   self)
Get output string.

◆ set_errors()

def base.output.Output.set_errors (   self,
  errors 
)
Set error string.

◆ set_output()

def base.output.Output.set_output (   self,
  output 
)
Set output string.

The documentation for this class was generated from the following file: