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

Packages that use AstFunNode
ru.biosoft.math.model   
ru.biosoft.math.view   
ru.biosoft.math.xml   
 

Uses of AstFunNode in ru.biosoft.math.model
 

Methods in ru.biosoft.math.model with parameters of type AstFunNode
protected  void MatlabFormatter.processFunction(AstFunNode node)
           
protected  void LinearFormatter.processFunction(AstFunNode node)
           
 boolean LinearFormatter.needParenthis(AstFunNode node)
           
protected  void JavaFormatter.processFunction(AstFunNode node)
           
 

Uses of AstFunNode in ru.biosoft.math.view
 

Methods in ru.biosoft.math.view with parameters of type AstFunNode
static boolean FormulaViewBuilder.needParenthis(AstFunNode node)
           
 View FormulaViewBuilder.createFunctionView(AstFunNode node, java.awt.Graphics g)
           
 View FormulaViewBuilder.createDivisionView(AstFunNode node, java.awt.Graphics g)
           
 View FormulaViewBuilder.createDifferentiationView(AstFunNode node, java.awt.Graphics g)
           
protected  View FormulaViewBuilder.createPowerView(AstFunNode node, java.awt.Graphics g)
           
 

Uses of AstFunNode in ru.biosoft.math.xml
 

Methods in ru.biosoft.math.xml that return AstFunNode
protected  AstFunNode MathMLParser.processAPPLY(org.w3c.dom.Node domNodeRoot)
          -tag is like serialized function call.
protected  AstFunNode MathMLParser.processFunction(org.w3c.dom.Node domNode)
           
 

Methods in ru.biosoft.math.xml with parameters of type AstFunNode
protected  void MathMLFormatter.processFunction(AstFunNode astFunc, org.w3c.dom.Node parent)
           
 



Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.