Click or drag to resize

weightTableCompiledisMatchBySemantics Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Determines what kind of match this term might be to this table

Namespace:  imbSCI.DataComplex
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public weightTableMatchResultEnum isMatchBySemantics(
	IWeightTableTerm term
)
Request Example View Source

Parameters

term
Type: imbSCI.DataComplexIWeightTableTerm
The term.

Return Value

Type: weightTableMatchResultEnum

Implements

IWeightTableisMatchBySemantics(IWeightTableTerm)
See Also