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)
Declaration
string GenerateSourceCode(DecisionModel model)
Parameters
Type | Name | Description |
---|---|---|
DecisionModel | model |
Returns
Type | Description |
---|---|
string |