|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.opensourcephysics.numerics.ODESolverFactory
public class ODESolverFactory
A factory class that creates an ODESolver using a name.
Method Summary | |
---|---|
static ODESolver |
createODESolver(ODE ode,
java.lang.String solverName)
A factory method that creates an ODESolver using a name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ODESolver createODESolver(ODE ode, java.lang.String solverName)
ode
- ODEsolverName
- String the name of the algorithm
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |