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

Packages that use Function
biouml.model.dynamics   
ru.biosoft.math.model   
ru.biosoft.math.xml   
 

Uses of Function in biouml.model.dynamics
 

Methods in biouml.model.dynamics that return Function
 Function EModel.getFunction(java.lang.String name)
           
 

Methods in biouml.model.dynamics with parameters of type Function
 void EModel.declareFunction(Function function)
           
 

Uses of Function in ru.biosoft.math.model
 

Classes in ru.biosoft.math.model that implement Function
 class AstFunctionDeclaration
          Function declaration, it corresponds lambda element in MathML.
 class PredefinedFunction
          Predefined functions and operators.
 class UndeclaredFunction
          Predefined functions and operators.
 

Methods in ru.biosoft.math.model that return Function
 Function ParserContext.getFunction(java.lang.String name)
          Returns function or operator with the specified name or null if function is not declared.
 Function DefaultParserContext.getFunction(java.lang.String name)
           
 Function AstFunNode.getFunction()
           
 Function AstFunctionDeclaration.getFunction(java.lang.String name)
           
 

Methods in ru.biosoft.math.model with parameters of type Function
 void ParserContext.declareFunction(Function function)
          Declares the function.
 void DefaultParserContext.declareFunction(Function function)
           
 void AstFunNode.setFunction(Function function)
          Sets the function for a node.
 void AstFunctionDeclaration.declareFunction(Function function)
           
 

Uses of Function in ru.biosoft.math.xml
 

Methods in ru.biosoft.math.xml with parameters of type Function
 void MathMLParser.declareCSymbolAsFunction(Function function)
           
 



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