Solver (extension point)

From BioUML platform
Revision as of 16:21, 8 May 2013 by Tagir Valeev (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Identifier
biouml.plugins.simulation.solver
Plugin
biouml.plugins.simulation

Description

This extension point allows to define new solver for model simulation.

Configuration Markup

<!ELEMENT solver>
<!ATTLIST solver
     class        CDATA #REQUIRED
     displayName  CDATA #REQUIRED
     type         CDATA #REQUIRED
>
class
the fully-qualified name of solver class.
displayName
the name of solver.
type
solver type, may be "JAVA" or "MATLAB"

Examples

This is example of DormandPrince solver definition.

<extension id="SolverType" point="biouml.plugins.simulation.solver"> 
  <solver
    class="biouml.plugins.simulation.ode.DormandPrince" 
    displayName="DormandPrince"
    type="JAVA" 
  />
</extension>
Personal tools
Namespaces

Variants
Actions
BioUML platform
Community
Modelling
Analysis & Workflows
Collaborative research
Development
Virtual biology
Wiki
Toolbox