lmf.formula.csp.node
Class ACspNotEqualRelationalExpr

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

public final class ACspNotEqualRelationalExpr
extends PRelationalExpr


Constructor Summary
ACspNotEqualRelationalExpr()
           
ACspNotEqualRelationalExpr(PMathExpr _leftExpr_, TNEqual _nEqual_, PMathExpr _rightExpr_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 PMathExpr getLeftExpr()
           
 TNEqual getNEqual()
           
 PMathExpr getRightExpr()
           
 void setLeftExpr(PMathExpr node)
           
 void setNEqual(TNEqual node)
           
 void setRightExpr(PMathExpr 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

ACspNotEqualRelationalExpr

public ACspNotEqualRelationalExpr()

ACspNotEqualRelationalExpr

public ACspNotEqualRelationalExpr(PMathExpr _leftExpr_,
                                  TNEqual _nEqual_,
                                  PMathExpr _rightExpr_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getLeftExpr

public PMathExpr getLeftExpr()

setLeftExpr

public void setLeftExpr(PMathExpr node)

getNEqual

public TNEqual getNEqual()

setNEqual

public void setNEqual(TNEqual node)

getRightExpr

public PMathExpr getRightExpr()

setRightExpr

public void setRightExpr(PMathExpr node)

toString

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