Package org.jacop.examples
Class RunExample
- java.lang.Object
-
- org.jacop.examples.RunExample
-
public class RunExample extends java.lang.Object
This class executes the provided example. It also allows to specify the arguments for the executed example.- Version:
- 4.7
-
-
Constructor Summary
Constructors Constructor Description RunExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
It executes the example as specified by the first argument.
-