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.defobj.Drop |
drop |
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 |
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