Class RunExample

java.lang.Object
org.jacop.examples.RunExample

public class RunExample extends Object
This class executes the provided example. It also allows to specify the arguments for the executed example.
Version:
4.10
  • Constructor Details

    • RunExample

      public RunExample()
  • Method Details

    • main

      public static void main(String[] args)
      It executes the example as specified by the first argument. The remaining arguments will be forwarded to the executed example.
      Parameters:
      args - name of the example and its arguments.