org.drools.examples.primefactors
Class PrimeFactors

java.lang.Object
  extended byorg.drools.examples.primefactors.PrimeFactors

public class PrimeFactors
extends java.lang.Object

 

Constructor Summary
PrimeFactors()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main method where all the magic happens.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimeFactors

public PrimeFactors()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
The main method where all the magic happens.

Throws:
java.lang.Exception