EmbASP-Python
EmbASP-Python
languages
pddl
pddl_program_type.py
1
class
PDDLProgramType
(object):
2
"""Enumeration class that contains two constants representing the
3
types of a PDDL program."""
4
PROBLEM = 0
5
DOMAIN = 1
languages.pddl.pddl_program_type.PDDLProgramType
Definition:
pddl_program_type.py:1
Generated by
1.8.17