ITradeStudy3JobInfo
Last update: 16.07.2025interface ITradeStudy3JobInfo
Base interface for ITradeStudy3 job info and results
Author
Dave
Inheritors
| ITradeStudy3JobManager |
| ITradeStudy3JobResult |
| ITradeStudy3JobManager |
| ITradeStudy3JobResult |
Functions
| Name | Summary |
|---|---|
| getNumRuns | abstract fun getNumRuns(): Int Get the number of runs. |
| getNumVariables | abstract fun getNumVariables(): Int Get the number of variables. |
| getVariableDisplayName | abstract fun getVariableDisplayName(index: Int): String Get the display name for the variable with the specified index. |
| getVariableEquation | abstract fun getVariableEquation(index: Int): String Get the equation for the variable with the specified index. |
| isDesignVariable | abstract fun isDesignVariable(which: Any): Boolean Is the specified variable a design variable? |
| isInput | abstract fun isInput(which: Any): Boolean Is the specified variable an input? |