HEADER

ru.biosoft.math.model
Class AstPiecewise

ru.biosoft.math.model.SimpleNode
  |
  +--ru.biosoft.math.model.AstPiecewise

public class AstPiecewise
extends SimpleNode


Constructor Summary
AstPiecewise(int id)
           

Method Summary
 StringtoString()
          Creates a string containing the variable's name and value

Methods inherited from class ru.biosoft.math.model.SimpleNode
dump, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtReplaceChild, jjtSetParent, toString

Constructor Detail

AstPiecewise

public AstPiecewise(int id)
Method Detail

toString

public String toString()
Creates a string containing the variable's name and value

FOOTER

BOTTOM