lmf.formula.csp.node
Class ACspOpenRange

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

public final class ACspOpenRange
extends PRange


Constructor Summary
ACspOpenRange()
           
ACspOpenRange(PMathExpr _expression_, TDdot _ddot_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TDdot getDdot()
           
 PMathExpr getExpression()
           
 void setDdot(TDdot node)
           
 void setExpression(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

ACspOpenRange

public ACspOpenRange()

ACspOpenRange

public ACspOpenRange(PMathExpr _expression_,
                     TDdot _ddot_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getExpression

public PMathExpr getExpression()

setExpression

public void setExpression(PMathExpr node)

getDdot

public TDdot getDdot()

setDdot

public void setDdot(TDdot node)

toString

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