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

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

Uses of ParserContext in biouml.model.dynamics
 

Classes in biouml.model.dynamics that implement ParserContext
 class EModel
          Genrally this role should be assotiated with Diagram.
 

Methods in biouml.model.dynamics that return ParserContext
 ParserContext EModel.removeNotUsedParameters()
           
 

Uses of ParserContext in ru.biosoft.math
 

Fields in ru.biosoft.math declared as ParserContext
protected  ParserContext Expression.context
           
 

Methods in ru.biosoft.math that return ParserContext
 ParserContext Expression.getParserContext()
           
 

Methods in ru.biosoft.math with parameters of type ParserContext
 void Expression.setParserContext(ParserContext context)
           
 

Uses of ParserContext in ru.biosoft.math.model
 

Classes in ru.biosoft.math.model that implement ParserContext
 class AstFunctionDeclaration
          Function declaration, it corresponds lambda element in MathML.
 class DefaultParserContext
           
 

Fields in ru.biosoft.math.model declared as ParserContext
protected  ParserContext AbstractParser.context
           
 

Methods in ru.biosoft.math.model that return ParserContext
 ParserContext Parser.getContext()
           
 ParserContext DefaultParserContext.getParentContext()
           
 ParserContext AbstractParser.getContext()
           
 

Methods in ru.biosoft.math.model with parameters of type ParserContext
 void Parser.setContext(ParserContext context)
           
 void DefaultParserContext.setParentContext(ParserContext parent)
           
static void DefaultParserContext.declareStandardConstants(ParserContext context)
          Declares standard constants: true, false, pi, ...
static void DefaultParserContext.declareStandardOperators(ParserContext context)
           
 void AstFunctionDeclaration.init(ParserContext parent)
           
 void AbstractParser.setContext(ParserContext context)
           
 

Uses of ParserContext in ru.biosoft.math.xml
 

Fields in ru.biosoft.math.xml declared as ParserContext
protected  ParserContext MathMLFormatter.parserContext
           
 

Methods in ru.biosoft.math.xml that return ParserContext
 ParserContext MathMLFormatter.getParserContext()
           
 

Methods in ru.biosoft.math.xml with parameters of type ParserContext
 void MathMLFormatter.setParserContext(ParserContext parserContext)
           
 



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