Package

sessl

sbmlsim

Permalink

package sbmlsim

Visibility
  1. Public
  2. All

Type Members

  1. trait BasicSBMLSimSimulator extends Simulator with SBMLSimAlgorithm[AbstractDESSolver]

    Permalink

    Super type of all ODE solvers provided by SBMLsimulator.

  2. case class DormandPrince54(stepSize: Double = ...) extends BasicSBMLSimSimulator with CreatableFromVariables[DormandPrince54] with Product with Serializable

    Permalink
  3. case class Euler(stepSize: Double = ...) extends BasicSBMLSimSimulator with CreatableFromVariables[Euler] with Product with Serializable

    Permalink
  4. class Experiment extends AbstractExperiment with SBMLSimResultHandling

    Permalink

    Encapsulates the SBMLsimulator (see http://www.ra.cs.uni-tuebingen.de/software/SBMLsimulator).

    Encapsulates the SBMLsimulator (see http://www.ra.cs.uni-tuebingen.de/software/SBMLsimulator). As only the core is provided at Sourceforge (http://sourceforge.net/projects/sbml-simulator/), this will be integrated (i.e., no functionality to set up experiments via the GUI is reused here).

  5. trait Observation extends SimpleObservation with SBMLSimResultHandling

    Permalink

    Support for observing of SBMLsimulator runs.

    Support for observing of SBMLsimulator runs. It seems the simulators always provide the complete state vector for every computed step, so this here just implements some kind of sessl-compliant cherry-picking.

  6. trait ParallelExecution extends AbstractParallelExecution

    Permalink

    Support for parallel execution.

  7. case class Rosenbrock(stepSize: Double = ...) extends BasicSBMLSimSimulator with CreatableFromVariables[Rosenbrock] with Product with Serializable

    Permalink
  8. trait SBMLSimAlgorithm[+T] extends AnyRef

    Permalink

    Types to represent the algorithms offered by SBMLsimulator.

  9. trait SBMLSimResultHandling extends ResultHandling

    Permalink

    Trait to let mix-ins handle results.

Value Members

  1. object BasicSBMLSimSimulator

    Permalink
  2. object Experiment extends Logging

    Permalink

Ungrouped