org.drools.examples.fibonacci
Class FibonacciNative

java.lang.Object
  extended byorg.drools.examples.fibonacci.FibonacciNative

public class FibonacciNative
extends java.lang.Object

This Fibonacci example demonstrates how to build a native RuleSet without using one of the many Semantic Modules.

 

Constructor Summary
FibonacciNative()
           
 
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

FibonacciNative

public FibonacciNative()
Method Detail

main

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