swarm.activity
Interface FActionC

All Known Subinterfaces:
FActionForEachC, FActionForEachHeterogeneousC, FActionForEachHomogeneousC

public interface FActionC
extends ActionC, ActionS

An action defined by sending a FCall.. An action defined by sending a FCall.


Method Summary
 java.lang.Object setCall(java.lang.Object fcall)
           
 
Methods inherited from interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods inherited from interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 

Method Detail

setCall

public java.lang.Object setCall(java.lang.Object fcall)