public class HighamHall54Solver extends FirstOrderSolver
PROGRESS, RESULT
Constructor and Description |
---|
HighamHall54Solver()
default constructor
|
HighamHall54Solver(double stepSize) |
HighamHall54Solver(double stepSize,
boolean nonnegative) |
HighamHall54Solver(HighamHall54Solver solver)
clone constructor
|
Modifier and Type | Method and Description |
---|---|
HighamHall54Solver |
clone() |
int |
getKiSAOterm()
For details about the Kinetic Simulation Algorithm Ontology (KiSAO) see
http://biomodels.net/kisao/.
|
String |
getName()
This gives a human-readable name of this solver that can be displayed in a graphical user
interface.
|
computeChange, getIntegrator, setStepSize
getAbsTol, getRelTol, setAbsTol, setRelTol
addPropertyChangeListener, computeDelayedValue, eventOccurred, firePropertyChange, g, getSerialversionuid, getStepSize, inBetweenSteps, isIncludeIntermediates, isNonnegative, isUnstable, processEvents, processEventsAndRules, processRules, removePropertyChangeListener, reset, resetState, setIncludeIntermediates, setNonnegative, setUnstableFlag, solve, solve, solve, solve, solve, solve, solve, solve, steadystate
public HighamHall54Solver()
public HighamHall54Solver(double stepSize)
stepSize
- public HighamHall54Solver(double stepSize, boolean nonnegative)
stepSize
- the nonnegative flag of the super classnonnegative
- AbstractDESSolver
public HighamHall54Solver(HighamHall54Solver solver)
solver
- public HighamHall54Solver clone()
AbstractDESSolver
clone
in interface DESSolver
clone
in class FirstOrderSolver
public String getName()
AbstractDESSolver
getName
in class AbstractDESSolver
public int getKiSAOterm()
DESSolver
Copyright © 2007–2021. All rights reserved.