Class

sessl.sbmlsim

DormandPrince54

Related Doc: package sbmlsim

Permalink

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

Linear Supertypes
Serializable, Serializable, Product, Equals, CreatableFromVariables[DormandPrince54], Logging, StrictLogging, BasicSBMLSimSimulator, SBMLSimAlgorithm[AbstractDESSolver], Simulator, Algorithm, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DormandPrince54
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. CreatableFromVariables
  7. Logging
  8. StrictLogging
  9. BasicSBMLSimSimulator
  10. SBMLSimAlgorithm
  11. Simulator
  12. Algorithm
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DormandPrince54(stepSize: Double = ...)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def create(): DormandPrince54Solver

    Permalink

    Create algorithm of this type.

    Create algorithm of this type.

    Definition Classes
    DormandPrince54SBMLSimAlgorithm
  7. def createSolver(): AbstractDESSolver

    Permalink

    Create solver and set its step size.

    Create solver and set its step size.

    Definition Classes
    BasicSBMLSimSimulator
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. lazy val fieldNames: Seq[String]

    Permalink
    Definition Classes
    CreatableFromVariables
  10. lazy val fieldNamesSet: Set[String]

    Permalink
    Definition Classes
    CreatableFromVariables
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getInternalParameters: Map[String, Any]

    Permalink
    Definition Classes
    CreatableFromVariables
  14. def getRenamingMap(): Map[String, String]

    Permalink
    Definition Classes
    CreatableFromVariables
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    StrictLogging
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def scan(variablesToScan: Variable*): Seq[DormandPrince54]

    Permalink
    Definition Classes
    CreatableFromVariables
  21. val stepSize: Double

    Permalink

    The solver's step size.

    The solver's step size.

    Definition Classes
    DormandPrince54BasicSBMLSimSimulator
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from CreatableFromVariables[DormandPrince54]

Inherited from Logging

Inherited from StrictLogging

Inherited from BasicSBMLSimSimulator

Inherited from SBMLSimAlgorithm[AbstractDESSolver]

Inherited from Simulator

Inherited from Algorithm

Inherited from AnyRef

Inherited from Any

Ungrouped