org.drools.examples.helloworld
Class HelloWorldNative

java.lang.Object
  extended byorg.drools.examples.helloworld.HelloWorldNative

public class HelloWorldNative
extends java.lang.Object

This simple Hello World example demonstrates how to build a native RuleSet without using one of the many Semantic Modules. It is an ideal examples to learn what is happening under the hood. It is accompanied by HelloWorldBuilder which is a simplified Rete builder to illustrate what happens in org.drools.reteoo.Builder

 

Constructor Summary
HelloWorldNative()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorldNative

public HelloWorldNative()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws DroolsException
Throws:
DroolsException