Package net.sourceforge.jabm.spring

Miscellaneous classes providing functionality relating to Spring.

See:
          Description

Class Summary
AbstractRandomVariateFactoryBean  
BeanFactorySingleton  
PRNGSeedFactoryBean A Spring factory bean which returns a seed based on the current time and the IP address of the host.
PropertyOverrideWithReferencesConfigurer  
RandomDoubleFactoryBean A Spring factory bean which generates random Double values from the specified probability distribution.
RandomIntegerFactoryBean A Spring factory bean which generates random Integer values from the specified probability distribution.
SimulationScope A custom Spring bean scope used to manage objects which persist throughout a single simulation, but are re-instantiated on each new independent simulation run.
 

Package net.sourceforge.jabm.spring Description

Miscellaneous classes providing functionality relating to Spring.