object
Simple parser of PDDL 3.0 files.
Robert Sasak, Charles University in Prague. Adapted to Logtalk by Paulo Moura.
1.01
2013/5/4
static, context_switching_calls
public read_file
Parses a PDDL 3.0 domain file, returning a compound term representing its contents and rest of the file. Useful when domain and problem are in one file.
static
parse_domain(File,Output,RestOfFile)
parse_domain(+atom,-compound,-list(atom)) – one
Parses a PDDL 3.0 domain file, returning a compound term representing its contents.
static
parse_domain(File,Output)
parse_domain(+atom,-compound) – one
Parses a PDDL 3.0 problem file, returning a compound term representing its contents.
static
parse_problem(File,Output)
parse_problem(+atom,-compound) – one
Parses a PDDL 3.0 problem file, returning a compound term representing its contents and rest of the file. Useful when domain and problem are in one file.
static
parse_problem(File,Output,RestOfFile)
parse_problem(+atom,-compound,-list(atom)) – one
(see related entities)
(see related entities)