HEADER

ru.biosoft.math.model
Class AstPiece

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

public class AstPiece
extends SimpleNode

The piece element is used to construct the conditionally defined values as part of a piecewise object. It correspond MathML piese and otherwise elements. In last case AstPiece has only one node that specifies the value.


Constructor Summary
AstPiece(int id)
           

Method Summary
 NodegetCondition()
           
 NodegetValue()
           
 StringtoString()
           

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

Constructor Detail

AstPiece

public AstPiece(int id)
Method Detail

getCondition

public Node getCondition()

getValue

public Node getValue()

toString

public String toString()

FOOTER

BOTTOM