case class Euler(stepSize: Double = ...) extends BasicSBMLSimSimulator with CreatableFromVariables[Euler] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Euler
- Serializable
- Serializable
- Product
- Equals
- CreatableFromVariables
- Logging
- StrictLogging
- BasicSBMLSimSimulator
- SBMLSimAlgorithm
- Simulator
- Algorithm
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Euler(stepSize: Double = ...)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
create(): EulerMethod
Create algorithm of this type.
Create algorithm of this type.
- Definition Classes
- Euler → SBMLSimAlgorithm
-
def
createSolver(): AbstractDESSolver
Create solver and set its step size.
Create solver and set its step size.
- Definition Classes
- BasicSBMLSimSimulator
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
lazy val
fieldNames: Seq[String]
- Definition Classes
- CreatableFromVariables
-
lazy val
fieldNamesSet: Set[String]
- Definition Classes
- CreatableFromVariables
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getInternalParameters: Map[String, Any]
- Definition Classes
- CreatableFromVariables
-
def
getRenamingMap(): Map[String, String]
- Definition Classes
- CreatableFromVariables
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
logger: Logger
- Attributes
- protected
- Definition Classes
- StrictLogging
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
scan(variablesToScan: Variable[_ <: AnyVal]*): Seq[Euler]
- Definition Classes
- CreatableFromVariables
-
val
stepSize: Double
The solver's step size.
The solver's step size.
- Definition Classes
- Euler → BasicSBMLSimSimulator
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )