public abstract class MonteCarlo
extends com.strategyquant.core.gui.components.multiselectPropertyTable.ExtendableParameterClass
| Constructor and Description |
|---|
MonteCarlo()
Instantiates a new monte carlo.
|
| Modifier and Type | Method and Description |
|---|---|
void |
applySettings(FlexibleSettings settings)
Apply settings.
|
abstract void |
compute(SQOrderList originalOrders)
Compute.
|
void |
loadSettings(FlexibleSettings settings)
Load settings.
|
getClassName, toStringapplySettings, getFormatedName, getName, getNote, getReplacedFormatedName, isUsed, loadSettings, setEditable, setFormatedName, setName, setNote, setUsedpublic abstract void compute(SQOrderList originalOrders) throws java.lang.Exception
originalOrders - the original ordersjava.lang.Exception - the exceptionpublic void applySettings(FlexibleSettings settings)
settings - the settingspublic void loadSettings(FlexibleSettings settings)
settings - the settings