Uses of Class
DLV.Program

Uses of Program in DLV
 

Methods in DLV that return Program
 Program DlvHandler.getProgram()
          This function allows to get the Program object that is the input of DLV.
 

Methods in DLV with parameters of type Program
 void DlvHandler.setProgram(Program p)
          This function allows to set the Program object that is the input of DLV.