swarm.activity
Class ActionCallCImpl

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

public class ActionCallCImpl
extends PhaseCImpl
implements ActionArgsS, ActionArgsC, ActionCallS

An action defined by calling a C function.. An action defined by calling a C function.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
ActionCallCImpl()
           
 
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

ActionCallCImpl

public ActionCallCImpl()