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

Packages that use Node
biouml.model.dynamics   
biouml.plugins.simulation   
ru.biosoft.math.model   
ru.biosoft.math.view   
ru.biosoft.math.xml   
 

Uses of Node in biouml.model.dynamics
 

Methods in biouml.model.dynamics with parameters of type Node
protected static void DAEModelUtilities.fillUsedVariableList(Node node, java.util.List list)
           
protected static void DAEModelUtilities.substituteSubtree(java.util.Map map, Node node)
           
protected static boolean DAEModelUtilities.dependentFromOthers(Node node, java.util.Map map)
           
 

Uses of Node in biouml.plugins.simulation
 

Methods in biouml.plugins.simulation with parameters of type Node
protected  void SimulationEngine.processMath(Node node, Role role)
          Substitutes BioUML variable names with variable names used in simulation script.
 

Uses of Node in ru.biosoft.math.model
 

Classes in ru.biosoft.math.model that implement Node
 class AstConstant
           
 class AstFunctionDeclaration
          Function declaration, it corresponds lambda element in MathML.
 class AstFunNode
          Any function or operator.
 class AstPiece
          The piece element is used to construct the conditionally defined values as part of a piecewise object.
 class AstPiecewise
           
 class AstStart
           
 class AstVarNode
           
 class ControlActions
           
 class ControlTrigger
           
 class SimpleNode
           
 class StateChartControl
           
 

Fields in ru.biosoft.math.model declared as Node
protected  Node SimpleNode.parent
           
protected  Node[] SimpleNode.children
           
 

Methods in ru.biosoft.math.model that return Node
 Node SimpleNode.jjtGetParent()
           
 Node SimpleNode.jjtGetChild(int i)
           
 Node Node.jjtGetParent()
           
 Node Node.jjtGetChild(int i)
          This method returns a child node.
 Node AstPiece.getCondition()
           
 Node AstPiece.getValue()
           
 

Methods in ru.biosoft.math.model with parameters of type Node
 void SimpleNode.jjtSetParent(Node n)
           
 void SimpleNode.jjtAddChild(Node n, int i)
           
 void SimpleNode.jjtReplaceChild(Node oldChild, Node newChild)
           
protected abstract  void PiecewiseExtFormatter.processPiecewiseBegin(Node node)
          Auxiliary variables initialization
protected abstract  void PiecewiseExtFormatter.processPiecewiseEnd(Node node)
          Prints some final keyword if necessary
 void Node.jjtSetParent(Node n)
          This pair of methods are used to inform the node of its parent.
 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
protected  void MatlabFormatter.processPiecewiseEnd(Node node)
           
protected  void MatlabFormatter.processPiecewiseBegin(Node node)
           
protected  void LinearFormatter.processNode(Node node)
           
protected  void JavaFormatter.processPiecewiseEnd(Node node)
           
protected  void JavaFormatter.processPiecewiseBegin(Node node)
           
protected  void AbstractParser.setOperator(Node node, java.lang.String name)
          Set ups build in operators.
protected  void AbstractParser.processConstant(Node node, java.lang.String constName)
          Register constant, if neccessary.
 

Uses of Node in ru.biosoft.math.view
 

Methods in ru.biosoft.math.view with parameters of type Node
protected  void FormulaViewBuilder.addAligned(CompositeView cv, Node node, int mode, java.awt.Point offset, java.awt.Graphics g)
           
 View FormulaViewBuilder.createNodeView(Node node, java.awt.Graphics g)
           
 

Uses of Node in ru.biosoft.math.xml
 

Methods in ru.biosoft.math.xml that return Node
protected  Node MathMLParser.buildAstTree(org.w3c.dom.Node xmlRoot)
           
protected  Node MathMLParser.processMATH(org.w3c.dom.Node domNodeRoot)
           
protected  Node MathMLParser.processNode(org.w3c.dom.Node domNode)
           
protected  Node MathMLParser.processCSYMBOL(org.w3c.dom.Node domNode)
           
protected  Node MathMLParser.processDEGREE(org.w3c.dom.Node domNode)
           
protected  Node MathMLParser.processLOGBASE(org.w3c.dom.Node domNode)
           
 

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



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