lmf.formula.csp.node
Class ACspLetProcess

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

public final class ACspLetProcess
extends PLetProcess


Constructor Summary
ACspLetProcess()
           
ACspLetProcess(TLet _let_, PDefinitionList _definitionList_, TWithin _within_, PHelp _process_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PDefinitionList getDefinitionList()
           
 TLet getLet()
           
 PHelp getProcess()
           
 TWithin getWithin()
           
 void setDefinitionList(PDefinitionList node)
           
 void setLet(TLet node)
           
 void setProcess(PHelp node)
           
 void setWithin(TWithin 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

ACspLetProcess

public ACspLetProcess()

ACspLetProcess

public ACspLetProcess(TLet _let_,
                      PDefinitionList _definitionList_,
                      TWithin _within_,
                      PHelp _process_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getLet

public TLet getLet()

setLet

public void setLet(TLet node)

getDefinitionList

public PDefinitionList getDefinitionList()

setDefinitionList

public void setDefinitionList(PDefinitionList node)

getWithin

public TWithin getWithin()

setWithin

public void setWithin(TWithin node)

getProcess

public PHelp getProcess()

setProcess

public void setProcess(PHelp node)

toString

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