swarm.activity
Class ActivationOrderCImpl

java.lang.Object
  |
  +--swarm.PhaseCImpl
        |
        +--swarm.activity.ActivationOrderCImpl

public class ActivationOrderCImpl
extends PhaseCImpl
implements ActionGroupS, ActionGroupC, ActivationOrderS

Default type used as concurrent group of a swarm.. Concurrent group to order merge by activation order within swarm.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
ActivationOrderCImpl()
           
 
Methods implemented by this class for interface swarm.activity.DefaultOrderC
setDefaultOrder
 
Methods implemented by this class for interface swarm.collections.CollectionC
setIndexFromMemberLoc, setReplaceOnly
 
Methods implemented by this class for interface swarm.activity.AutoDropC
setAutoDrop
 
Methods implemented by this class for interface swarm.defobj.CreateC
createEnd
 
Methods implemented by this class for interface swarm.defobj.SetInitialValueC
setInitialValue
 
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

ActivationOrderCImpl

public ActivationOrderCImpl()