lmf.formula.csp.node
Class ACspBaseLambdaHelp

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

public final class ACspBaseLambdaHelp
extends PHelp


Constructor Summary
ACspBaseLambdaHelp()
           
ACspBaseLambdaHelp(PLambdaProcess _lambdaProcess_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PLambdaProcess getLambdaProcess()
           
 void setLambdaProcess(PLambdaProcess 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

ACspBaseLambdaHelp

public ACspBaseLambdaHelp()

ACspBaseLambdaHelp

public ACspBaseLambdaHelp(PLambdaProcess _lambdaProcess_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getLambdaProcess

public PLambdaProcess getLambdaProcess()

setLambdaProcess

public void setLambdaProcess(PLambdaProcess node)

toString

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