| HEADER | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| 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.Function | EModel.getFunction(String name) |
| Methods in biouml.model.dynamics with parameters of type Function | |
void | EModel.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 | AstFunctionDeclarationFunction declaration, it corresponds lambda element in MathML. |
class | PredefinedFunctionPredefined functions and operators. |
class | UndeclaredFunctionPredefined functions and operators. |
| Methods in ru.biosoft.math.model that return Function | |
Function | AstFunctionDeclaration.getFunction(String name) |
Function | AstFunNode.getFunction() |
Function | DefaultParserContext.getFunction(String name) |
Function | ParserContext.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 | |
void | AstFunctionDeclaration.declareFunction(Function function) |
void | AstFunNode.setFunction(Function function)Sets the function for a node. |
void | DefaultParserContext.declareFunction(Function function) |
void | ParserContext.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 | |
void | MathMLParser.declareCSymbolAsFunction(Function function) |
| FOOTER | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||