Click or drag to resize
INaturalParserParse Method (IRuleSet, String)
Parse Natural Language (NL) model

Namespace: FlexRule.Validation.Languages.Parser
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
IIterable<IElementModel> Parse(
	IRuleSet ruleSet,
	string ruleSetQuery
)

Parameters

ruleSet
Type: FlexRule.Core.ModelIRuleSet
ruleSetQuery
Type: SystemString
ruleset:// address to the NL model. Model must have 'Natural' root element.

Return Value

Type: IIterableIElementModel
See Also