ru.biosoft.math.model
Class AstConstant

java.lang.Object
  extended byru.biosoft.math.model.SimpleNode
      extended byru.biosoft.math.model.AstConstant
All Implemented Interfaces:
Node

public class AstConstant
extends SimpleNode


Field Summary
 
Fields inherited from class ru.biosoft.math.model.SimpleNode
children, id, parent
 
Constructor Summary
AstConstant(int id)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.Object getValue()
           
 void setName(java.lang.String name)
          Sets the name of the predefined constant.
 void setValue(java.lang.Object val)
           
 java.lang.String toString()
           
 
Methods inherited from class ru.biosoft.math.model.SimpleNode
dump, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtReplaceChild, jjtSetParent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AstConstant

public AstConstant(int id)
Method Detail

getValue

public java.lang.Object getValue()

setValue

public void setValue(java.lang.Object val)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)
Sets the name of the predefined constant.


toString

public java.lang.String toString()


Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.