c

sessl.sbmlsim

DormandPrince54

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 = ...)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def create(): DormandPrince54Solver

    Create algorithm of this type.

    Create algorithm of this type.

    Definition Classes
    DormandPrince54SBMLSimAlgorithm
  7. def createSolver(): AbstractDESSolver

    Create solver and set its step size.

    Create solver and set its step size.

    Definition Classes
    BasicSBMLSimSimulator
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. lazy val fieldNames: Seq[String]
    Definition Classes
    CreatableFromVariables
  10. lazy val fieldNamesSet: Set[String]
    Definition Classes
    CreatableFromVariables
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getInternalParameters: Map[String, Any]
    Definition Classes
    CreatableFromVariables
  14. def getRenamingMap(): Map[String, String]
    Definition Classes
    CreatableFromVariables
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def scan(variablesToScan: Variable[_ <: AnyVal]*): Seq[DormandPrince54]
    Definition Classes
    CreatableFromVariables
  21. val stepSize: Double

    The solver's step size.

    The solver's step size.

    Definition Classes
    DormandPrince54BasicSBMLSimSimulator
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @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