lmf.formula.csp.node
Class ACspConstrainedInputComunication

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

public final class ACspConstrainedInputComunication
extends PComunication


Constructor Summary
ACspConstrainedInputComunication()
           
ACspConstrainedInputComunication(TInput _input_, PParam _param_, TColon _colon_, PCallExpr _source_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TColon getColon()
           
 TInput getInput()
           
 PParam getParam()
           
 PCallExpr getSource()
           
 void setColon(TColon node)
           
 void setInput(TInput node)
           
 void setParam(PParam node)
           
 void setSource(PCallExpr 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

ACspConstrainedInputComunication

public ACspConstrainedInputComunication()

ACspConstrainedInputComunication

public ACspConstrainedInputComunication(TInput _input_,
                                        PParam _param_,
                                        TColon _colon_,
                                        PCallExpr _source_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getInput

public TInput getInput()

setInput

public void setInput(TInput node)

getParam

public PParam getParam()

setParam

public void setParam(PParam node)

getColon

public TColon getColon()

setColon

public void setColon(TColon node)

getSource

public PCallExpr getSource()

setSource

public void setSource(PCallExpr node)

toString

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