lmf.formula.csp.node
Class ACspModuleEvent

java.lang.Object
  extended by lmf.formula.csp.node.Node
      extended by lmf.formula.csp.node.PEvent
          extended by lmf.formula.csp.node.ACspModuleEvent
All Implemented Interfaces:
java.lang.Cloneable, Switchable

public final class ACspModuleEvent
extends PEvent


Constructor Summary
ACspModuleEvent()
           
ACspModuleEvent(TName _moduleName_, TDcolon _dcolon_, PEvent _event_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TDcolon getDcolon()
           
 PEvent getEvent()
           
 TName getModuleName()
           
 void setDcolon(TDcolon node)
           
 void setEvent(PEvent node)
           
 void setModuleName(TName node)
           
 java.lang.String toString()
           
 
Methods inherited from class lmf.formula.csp.node.Node
parent, replaceBy
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ACspModuleEvent

public ACspModuleEvent()

ACspModuleEvent

public ACspModuleEvent(TName _moduleName_,
                       TDcolon _dcolon_,
                       PEvent _event_)
Method Detail

clone

public java.lang.Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getModuleName

public TName getModuleName()

setModuleName

public void setModuleName(TName node)

getDcolon

public TDcolon getDcolon()

setDcolon

public void setDcolon(TDcolon node)

getEvent

public PEvent getEvent()

setEvent

public void setEvent(PEvent node)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object