swarm.activity
Interface ActivationOrder

All Known Implementing Classes:
ActivationOrderImpl

public abstract interface ActivationOrder
extends ActionGroupS, ActionGroup

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


Method Summary
 void addLast(Object mergeAction)
          Method to sort concurrent merge actions in the order of swarm activation.
 Object remove(Object mergeAction)
          Method to remove concurrent merge action from sorted group
 
Methods inherited from interface swarm.activity.ActionCreating
createAction
 
Methods inherited from interface swarm.activity.ActionType
activateIn
 
Methods inherited from interface swarm.collections.Collection
allSameClass, begin, beginPermuted, contains, copy, deleteAll, getCount, getReplaceOnly, removeAll
 
Methods inherited from interface swarm.activity.AutoDrop
getAutoDrop
 
Methods inherited from interface swarm.defobj.Drop
drop
 
Methods inherited from interface swarm.collections.Offsets
atOffset, atOffset$put, getFirst, getLast
 
Methods inherited from interface swarm.collections.ForEach
describeForEach, describeForEachID, forEach, forEach, forEach, forEach
 
Methods inherited from interface swarm.defobj.DefinedObject
compare, describe, describeID, getDisplayName, getTypeName, getZone, perform, perform$with, perform$with$with, perform$with$with$with, respondsTo, setDisplayName, xfprint, xfprintid, xprint, xprintid
 
Methods inherited from interface swarm.activity.ActionCreatingTo
createActionTo$message, createActionTo$message, createActionTo$message, createActionTo$message
 
Methods inherited from interface swarm.activity.ActionCreatingForEach
createActionForEach$message, createActionForEach$message, createActionForEach$message, createActionForEach$message
 

Method Detail

addLast

public void addLast(Object mergeAction)
Method to sort concurrent merge actions in the order of swarm activation.

remove

public Object remove(Object mergeAction)
Method to remove concurrent merge action from sorted group