Interface ICompiler
Interface that must be implemented by all classes that compile DecisionModels into executable objects.
Namespace: Quantellia.WMServer.Execution
Assembly: WMServer.dll
Syntax
public interface ICompiler
Methods
Compile(string)
Declaration
object Compile(string sourceCode)
Parameters
| Type | Name | Description |
|---|---|---|
| string | sourceCode |
Returns
| Type | Description |
|---|---|
| object |
GenerateSourceCode(DecisionModel, SimulationParams?)
Declaration
string GenerateSourceCode(DecisionModel model, SimulationParams? simulationParams)
Parameters
| Type | Name | Description |
|---|---|---|
| DecisionModel | model | |
| SimulationParams | simulationParams |
Returns
| Type | Description |
|---|---|
| string |