Show / Hide Table of Contents

Class WMCompiler

General class which provdies an abstract, language-independent implementation of a DecisionModel compiler.

Inheritance
object
WMCompiler
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Quantellia.WMServer.Execution
Assembly: WMServer.dll
Syntax
public class WMCompiler

Constructors

WMCompiler(ICompiler)

Declaration
public WMCompiler(ICompiler compiler)
Parameters
Type Name Description
ICompiler compiler

Dependency injection of the actual compiler.

Properties

SourceCode

Declaration
public string SourceCode { get; set; }
Property Value
Type Description
string

Methods

Compile(DecisionModel, SimulationParams?)

Declaration
public object Compile(DecisionModel model, SimulationParams? simulationParams = null)
Parameters
Type Name Description
DecisionModel model
SimulationParams simulationParams
Returns
Type Description
object
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