swarm.simtools
Interface NSelectS

All Known Implementing Classes:
NSelectCImpl, NSelectImpl

public interface NSelectS
extends SwarmObjectS

A class to select exactly N elements at random from a collection.. NSelect selects exactly N elements from a collection without repetition. A target collection must be provided.