Class PddlParser
java.lang.Object
edu.tufts.hrilab.action.planner.pddl.PddlParser
This class parses a PDDL domain and problem file and populates several DIARC components with the parsed
information. This can include ASL (action scripts) and beliefs (rules, facts). There is not guaranteed
support for all valid PDDL features, so it's possible that not all the PDDL will be retained.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PddlParser
public PddlParser()
-
-
Method Details
-
getFacts
-
getUnbuiltActions
-
getGoalPredicate
-
parse
-
main
-