Drools Benchmark 6.0.0.Beta5

org.drools.benchmark.model
Class Fibonacci

java.lang.Object
  extended by org.drools.benchmark.model.Fibonacci

public class Fibonacci
extends Object


Constructor Summary
Fibonacci()
           
Fibonacci(int sequence)
           
 
Method Summary
 int getSequence()
           
 BigInteger getValue()
           
 void setValue(BigInteger value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Fibonacci

public Fibonacci()

Fibonacci

public Fibonacci(int sequence)
Method Detail

getSequence

public int getSequence()

setValue

public void setValue(BigInteger value)

getValue

public BigInteger getValue()

toString

public String toString()
Overrides:
toString in class Object

Drools Benchmark 6.0.0.Beta5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.