swarm.simtools
Class NSelectCImpl

java.lang.Object
  |
  +--swarm.BaseImpl
        |
        +--swarm.PhaseCImpl
              |
              +--swarm.simtools.NSelectCImpl

public class NSelectCImpl
extends PhaseCImpl
implements SwarmObjectC, SwarmObjectS, NSelectS, NSelectC

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.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
NSelectCImpl()
           
NSelectCImpl(NSelect nextPhase)
           
 
Methods implemented by this class for interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods implemented by this class for interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 
Methods inherited from class swarm.PhaseCImpl
_copy_creating_phase_to_using_phase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NSelectCImpl

public NSelectCImpl(NSelect nextPhase)

NSelectCImpl

public NSelectCImpl()