net.sourceforge.jabm.spring
Class AbstractRandomVariateFactoryBean

java.lang.Object
  extended by net.sourceforge.jabm.spring.AbstractRandomVariateFactoryBean
Direct Known Subclasses:
RandomDoubleFactoryBean, RandomIntegerFactoryBean

public abstract class AbstractRandomVariateFactoryBean
extends java.lang.Object

 

Field Summary
protected  cern.jet.random.AbstractContinousDistribution distribution
          The distribution used to generate the random variate.
 
Constructor Summary
AbstractRandomVariateFactoryBean()
           
 
Method Summary
 cern.jet.random.AbstractContinousDistribution getDistribution()
           
 boolean isSingleton()
           
 void setDistribution(cern.jet.random.AbstractContinousDistribution distribution)
          The probability distribution used to generate the value of this bean.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

distribution

protected cern.jet.random.AbstractContinousDistribution distribution
The distribution used to generate the random variate.

Constructor Detail

AbstractRandomVariateFactoryBean

public AbstractRandomVariateFactoryBean()
Method Detail

isSingleton

public boolean isSingleton()

getDistribution

public cern.jet.random.AbstractContinousDistribution getDistribution()

setDistribution

public void setDistribution(cern.jet.random.AbstractContinousDistribution distribution)
The probability distribution used to generate the value of this bean.

Parameters:
distribution -