Package org.jacop.examples
Class RunExample
java.lang.Object
org.jacop.examples.RunExample
This class executes the provided example. It also allows to specify
the arguments for the executed example.
- Version:
- 4.9
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RunExample
public RunExample()
-
-
Method Details
-
main
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.
-