lmf.formula.csp.node
Class ACspOutputComunication

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

public final class ACspOutputComunication
extends PComunication


Constructor Summary
ACspOutputComunication()
           
ACspOutputComunication(TOutput _output_, PExpr _expression_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PExpr getExpression()
           
 TOutput getOutput()
           
 void setExpression(PExpr node)
           
 void setOutput(TOutput 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

ACspOutputComunication

public ACspOutputComunication()

ACspOutputComunication

public ACspOutputComunication(TOutput _output_,
                              PExpr _expression_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getOutput

public TOutput getOutput()

setOutput

public void setOutput(TOutput node)

getExpression

public PExpr getExpression()

setExpression

public void setExpression(PExpr node)

toString

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