HEADER

Uses of Class
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
ru.biosoft.math.model.FunctionEModel.getFunction(String name)
          
 

Methods in biouml.model.dynamics with parameters of type Function
voidEModel.declareFunction(ru.biosoft.math.model.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
FunctionAstFunctionDeclaration.getFunction(String name)
          
FunctionAstFunNode.getFunction()
          
FunctionDefaultParserContext.getFunction(String name)
          
FunctionParserContext.getFunction(String name)
          Returns function or operator with the specified name or null if function is not declared.
 

Methods in ru.biosoft.math.model with parameters of type Function
voidAstFunctionDeclaration.declareFunction(Function function)
          
voidAstFunNode.setFunction(Function function)
          Sets the function for a node.
voidDefaultParserContext.declareFunction(Function function)
          
voidParserContext.declareFunction(Function function)
          Declares the function.
 

Uses of Function in ru.biosoft.math.xml
 

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


FOOTER

BOTTOM