Class WMCompiler
General class which provdies an abstract, language-independent implementation of a DecisionModel compiler.
Assembly: WMServer.dll
Syntax
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
Methods
Compile(DecisionModel)
Declaration
public object Compile(DecisionModel model)
Parameters
Returns