Show / Hide Table of Contents

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
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE