Uses of Class
biouml.model.dynamics.EModel

Packages that use EModel
biouml.model.dynamics   
biouml.model.util   
biouml.plugins.sbml   
biouml.plugins.sbml._test   
biouml.plugins.simulation   
biouml.workbench.diagram   
 

Uses of EModel in biouml.model.dynamics
 

Methods in biouml.model.dynamics with parameters of type EModel
static java.lang.String[] DAEModelUtilities.getUsedVariables(EModel emodel, AstStart start)
          Returns all variabels used in given parsed tree
static Equation[] DAEModelUtilities.reorderAssignmentRules(EModel emodel)
          Reorders assignment rules according to variable dependencies.
protected static void DAEModelUtilities.fillVarASTMap(DiagramElement de, java.util.Map map, EModel emodel)
           
 

Constructors in biouml.model.dynamics with parameters of type EModel
Variable(java.lang.String name, EModel model, DataCollection origin)
           
 

Uses of EModel in biouml.model.util
 

Methods in biouml.model.util with parameters of type EModel
protected  void DiagramXmlReader.readParameters(org.w3c.dom.Element modelElement, EModel model)
           
protected  Variable DiagramXmlReader.readParameter(org.w3c.dom.Element element, java.lang.String name, EModel model)
           
protected  void DiagramXmlReader.readEquations(org.w3c.dom.Element modelElement, EModel model)
           
protected  void DiagramXmlReader.readFunctions(org.w3c.dom.Element modelElement, EModel model)
           
protected  void DiagramXmlReader.readEvents(org.w3c.dom.Element modelElement, EModel model)
           
protected  void DiagramXmlReader.readEvent(org.w3c.dom.Element element, java.lang.String diagramElement, EModel model)
           
protected  Assignment DiagramXmlReader.readAssignment(org.w3c.dom.Element element, EModel model)
           
protected  void DiagramXmlReader.readStates(org.w3c.dom.Element element, EModel model)
           
protected  void DiagramXmlReader.readState(org.w3c.dom.Element element, java.lang.String diagramElement, EModel model)
           
protected  void DiagramXmlReader.readTransitions(org.w3c.dom.Element element, EModel model)
           
protected  void DiagramXmlReader.readTransition(org.w3c.dom.Element element, java.lang.String diagramElement, EModel model)
           
protected  Equation DiagramXmlReader.readEquation(org.w3c.dom.Element element, java.lang.String diagramElement, EModel model)
           
 

Uses of EModel in biouml.plugins.sbml
 

Fields in biouml.plugins.sbml declared as EModel
protected  EModel SbmlSupport.emodel
           
 

Uses of EModel in biouml.plugins.sbml._test
 

Methods in biouml.plugins.sbml._test with parameters of type EModel
 SimulationResult SbmlTestSimulationEngineAdapter.prepareValues(java.lang.String[] requiredVariables, EModel model, java.util.Map mangledMap, TestLogger logger)
           
 

Uses of EModel in biouml.plugins.simulation
 

Fields in biouml.plugins.simulation declared as EModel
protected  EModel SimulationResult.emodel
           
protected  EModel SimulationEnginePane.executableModel
           
protected  EModel SimulationEngine.executableModel
           
 

Methods in biouml.plugins.simulation that return EModel
 EModel SimulationResult.getEModel()
           
 EModel SimulationEnginePane.getExecutableModel()
           
 EModel SimulationEngine.getExecutableModel()
           
 

Uses of EModel in biouml.workbench.diagram
 

Fields in biouml.workbench.diagram declared as EModel
protected  EModel ParametersTabularEditor.executableModel
           
 

Methods in biouml.workbench.diagram that return EModel
 EModel ParametersTabularEditor.getExecutableModel()
           
 



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