lmf.formula.csp.node
Class ACspPrefixProcess

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

public final class ACspPrefixProcess
extends PPrefixProcess


Constructor Summary
ACspPrefixProcess()
           
ACspPrefixProcess(PEvent _event_, TArrow _arrow_, PHelp _process_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TArrow getArrow()
           
 PEvent getEvent()
           
 PHelp getProcess()
           
 void setArrow(TArrow node)
           
 void setEvent(PEvent node)
           
 void setProcess(PHelp 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

ACspPrefixProcess

public ACspPrefixProcess()

ACspPrefixProcess

public ACspPrefixProcess(PEvent _event_,
                         TArrow _arrow_,
                         PHelp _process_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getEvent

public PEvent getEvent()

setEvent

public void setEvent(PEvent node)

getArrow

public TArrow getArrow()

setArrow

public void setArrow(TArrow node)

getProcess

public PHelp getProcess()

setProcess

public void setProcess(PHelp node)

toString

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