| HEADER | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Packages that use Node | |
| ru.biosoft.math.model | |
| ru.biosoft.math.view | |
| Uses of Node in ru.biosoft.math.model |
| Classes in ru.biosoft.math.model that implement Node | |
class | SimpleNode |
| Methods in ru.biosoft.math.model that return Node | |
Node | AstPiece.getCondition() |
Node | AstPiece.getValue() |
Node | Node.jjtGetChild(int i)This method returns a child node. |
Node | Node.jjtGetParent() |
Node | SimpleNode.jjtGetChild(int i) |
Node | SimpleNode.jjtGetParent() |
| Methods in ru.biosoft.math.model with parameters of type Node | |
void | Node.jjtAddChild(Node n, int i)This method tells the node to add its argument to the node's list of children. |
void | Node.jjtReplaceChild(Node oldChild, Node newChild)Replace the first passed node is child then replace it with new one |
void | Node.jjtSetParent(Node n)This pair of methods are used to inform the node of its parent. |
void | SimpleNode.jjtAddChild(Node n, int i) |
void | SimpleNode.jjtReplaceChild(Node oldChild, Node newChild) |
void | SimpleNode.jjtSetParent(Node n) |
| Uses of Node in ru.biosoft.math.view |
| Methods in ru.biosoft.math.view with parameters of type Node | |
View | FormulaViewBuilder.createNodeView(Node node, Graphics g) |
| FOOTER | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||