Class ProblemInstantiationExample

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

public class ProblemInstantiationExample extends Object
The class is an example class. It shows how to use the library to create to ground planning problem.
  • Constructor Details

    • ProblemInstantiationExample

      public ProblemInstantiationExample()
  • 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.