HEADER

Uses of Class
ru.biosoft.math.model.Node

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
NodeAstPiece.getCondition()
          
NodeAstPiece.getValue()
          
NodeNode.jjtGetChild(int i)
          This method returns a child node.
NodeNode.jjtGetParent()
          
NodeSimpleNode.jjtGetChild(int i)
          
NodeSimpleNode.jjtGetParent()
          
 

Methods in ru.biosoft.math.model with parameters of type Node
voidNode.jjtAddChild(Node n, int i)
          This method tells the node to add its argument to the node's list of children.
voidNode.jjtReplaceChild(Node oldChild, Node newChild)
          Replace the first passed node is child then replace it with new one
voidNode.jjtSetParent(Node n)
          This pair of methods are used to inform the node of its parent.
voidSimpleNode.jjtAddChild(Node n, int i)
          
voidSimpleNode.jjtReplaceChild(Node oldChild, Node newChild)
          
voidSimpleNode.jjtSetParent(Node n)
          
 

Uses of Node in ru.biosoft.math.view
 

Methods in ru.biosoft.math.view with parameters of type Node
ViewFormulaViewBuilder.createNodeView(Node node, Graphics g)
          
 


FOOTER

BOTTOM