lmf.formula.csp.node
Class ACspSequentialReplicatedProcess

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

public final class ACspSequentialReplicatedProcess
extends PReplicatedProcess


Constructor Summary
ACspSequentialReplicatedProcess()
           
ACspSequentialReplicatedProcess(TSemicolon _semicolon_, PVariableList _variableList_, TAt _at_, PHelp _process_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TAt getAt()
           
 PHelp getProcess()
           
 TSemicolon getSemicolon()
           
 PVariableList getVariableList()
           
 void setAt(TAt node)
           
 void setProcess(PHelp node)
           
 void setSemicolon(TSemicolon node)
           
 void setVariableList(PVariableList 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

ACspSequentialReplicatedProcess

public ACspSequentialReplicatedProcess()

ACspSequentialReplicatedProcess

public ACspSequentialReplicatedProcess(TSemicolon _semicolon_,
                                       PVariableList _variableList_,
                                       TAt _at_,
                                       PHelp _process_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getSemicolon

public TSemicolon getSemicolon()

setSemicolon

public void setSemicolon(TSemicolon node)

getVariableList

public PVariableList getVariableList()

setVariableList

public void setVariableList(PVariableList node)

getAt

public TAt getAt()

setAt

public void setAt(TAt node)

getProcess

public PHelp getProcess()

setProcess

public void setProcess(PHelp node)

toString

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