swarm.defobj
Class WarningCImpl

java.lang.Object
  |
  +--swarm.PhaseCImpl
        |
        +--swarm.defobj.WarningCImpl

public class WarningCImpl
extends PhaseCImpl
implements EventTypeS, EventTypeC, WarningS, WarningC

A condition of possible concern to a program developer.. A condition of possible concern to a program developer.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
WarningCImpl()
           
WarningCImpl(Warning nextPhase)
           
 
Methods implemented by this class for interface swarm.defobj.SymbolC
create$setName
 
Methods implemented by this class for interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods implemented by this class for interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 
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

WarningCImpl

public WarningCImpl(Warning nextPhase)

WarningCImpl

public WarningCImpl()