Class PDDLParserExample

java.lang.Object
fr.uga.pddl4j.examples.PDDLParserExample

public class PDDLParserExample extends Object
The class is an example class. It shows how to use the library to create a PDDL parser and use it to parse PDDL planning problem description.
  • Constructor Details

    • PDDLParserExample

      public PDDLParserExample()
  • Method Details

    • main

      public static void main(String[] args)
      The main method the class. The first argument must be the path to the PDDL domain description and the second argument the path to the PDDL problem description.
      Parameters:
      args - the command line arguments.