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.
| Methods inherited from class ru.biosoft.math.model.SimpleNode |
dump, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtReplaceChild, jjtSetParent, toString |
AstPiece
public AstPiece(int id)
getCondition
public Node getCondition()
getValue
public Node getValue()
toString
public String toString()
BOTTOM