Package jadex.rules.examples.helloworld
Class JavaHelloWorld
- java.lang.Object
-
- jadex.rules.examples.helloworld.JavaHelloWorld
-
public class JavaHelloWorld extends java.lang.Object
Simple hello world program for illustrating how a simple rule application is set up.
-
-
Constructor Summary
Constructors Constructor Description JavaHelloWorld()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Main method.
-