HEADER

Uses of Class
biouml.model.dynamics.EModel

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

Uses of EModel in biouml.model.dynamics
 

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

Methods in biouml.model.dynamics with parameters of type EModel
static 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.
 

Uses of EModel in biouml.plugins.sbml._test
 

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

Uses of EModel in biouml.plugins.simulation
 

Methods in biouml.plugins.simulation that return EModel
EModelSimulationEngine.getExecutableModel()
          
EModelSimulationEnginePane.getExecutableModel()
          
EModelSimulationResult.getEModel()
          
 

Uses of EModel in biouml.workbench.diagram
 

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


FOOTER

BOTTOM