Uses of Class
net.finmath.montecarlo.templatemethoddesign.LogNormalProcess.Scheme
-
Packages that use LogNormalProcess.Scheme Package Description net.finmath.montecarlo.templatemethoddesign Legacy classes related to Monte-Carlo simulation - used for teaching only. -
-
Uses of LogNormalProcess.Scheme in net.finmath.montecarlo.templatemethoddesign
Methods in net.finmath.montecarlo.templatemethoddesign that return LogNormalProcess.Scheme Modifier and Type Method Description LogNormalProcess.Scheme
LogNormalProcess. getScheme()
static LogNormalProcess.Scheme
LogNormalProcess.Scheme. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogNormalProcess.Scheme[]
LogNormalProcess.Scheme. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.finmath.montecarlo.templatemethoddesign with parameters of type LogNormalProcess.Scheme Modifier and Type Method Description void
LogNormalProcess. setScheme(LogNormalProcess.Scheme scheme)
-