lmf.formula.csp.node
Class ACspAlphabetisedReplicatedProcess

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

public final class ACspAlphabetisedReplicatedProcess
extends PReplicatedProcess


Constructor Summary
ACspAlphabetisedReplicatedProcess()
           
ACspAlphabetisedReplicatedProcess(TParallel _parallel_, PVariableList _variableList_, TAt _at_, TLBracket _lBracket_, PExpression _expression_, TRBracket _rBracket_, PHelp _process_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TAt getAt()
           
 PExpression getExpression()
           
 TLBracket getLBracket()
           
 TParallel getParallel()
           
 PHelp getProcess()
           
 TRBracket getRBracket()
           
 PVariableList getVariableList()
           
 void setAt(TAt node)
           
 void setExpression(PExpression node)
           
 void setLBracket(TLBracket node)
           
 void setParallel(TParallel node)
           
 void setProcess(PHelp node)
           
 void setRBracket(TRBracket 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

ACspAlphabetisedReplicatedProcess

public ACspAlphabetisedReplicatedProcess()

ACspAlphabetisedReplicatedProcess

public ACspAlphabetisedReplicatedProcess(TParallel _parallel_,
                                         PVariableList _variableList_,
                                         TAt _at_,
                                         TLBracket _lBracket_,
                                         PExpression _expression_,
                                         TRBracket _rBracket_,
                                         PHelp _process_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getParallel

public TParallel getParallel()

setParallel

public void setParallel(TParallel node)

getVariableList

public PVariableList getVariableList()

setVariableList

public void setVariableList(PVariableList node)

getAt

public TAt getAt()

setAt

public void setAt(TAt node)

getLBracket

public TLBracket getLBracket()

setLBracket

public void setLBracket(TLBracket node)

getExpression

public PExpression getExpression()

setExpression

public void setExpression(PExpression node)

getRBracket

public TRBracket getRBracket()

setRBracket

public void setRBracket(TRBracket node)

getProcess

public PHelp getProcess()

setProcess

public void setProcess(PHelp node)

toString

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