swarm.defobj
Class WarningCImpl

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

public class WarningCImpl
extends PhaseCImpl
implements EventTypeS, EventTypeC, WarningS

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(WarningImpl nextPhase)
           
 
Methods implemented by this class for interface swarm.defobj.CreateC
createEnd
 
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(WarningImpl nextPhase)

WarningCImpl

public WarningCImpl()