Package swarm.simtools

General simulation tools.

See:
          Description

Class Summary
NSelectCImpl A class to select exactly N elements at random from a collection..
NSelectImpl A class to select exactly N elements at random from a collection..
QSortCImpl A class to sort a collection..
QSortImpl A class to sort a collection..
UNameCImpl A class used to generate unique names (e.g.
UNameImpl A class used to generate unique names (e.g.
 

Interface Summary
NSelect A class to select exactly N elements at random from a collection..
NSelectC A class to select exactly N elements at random from a collection..
NSelectS A class to select exactly N elements at random from a collection..
QSort A class to sort a collection..
QSortC A class to sort a collection..
QSortS A class to sort a collection..
UName A class used to generate unique names (e.g.
UNameC A class used to generate unique names (e.g.
UNameS A class used to generate unique names (e.g.
 

Package swarm.simtools Description

General simulation tools. A collection of tools that are only loosely related to each other. the class hierarchy is virtually flat.