Skip to main content

%iKnow.Matching.MatchFilter

This is a simple prototype used to quickly filter Matching results NOTE: this is a prototype implementation that is likely to change in a future release

Property Inventory

Method Inventory

Properties

property AllowedDictionaries [ MultiDimensional ];
Property methods: AllowedDictionariesDisplayToLogical(), AllowedDictionariesGet(), AllowedDictionariesIsValid(), AllowedDictionariesLogicalToDisplay(), AllowedDictionariesLogicalToOdbc(), AllowedDictionariesNormalize(), AllowedDictionariesSet()
property AllowedDictionaryItems [ MultiDimensional ];
Property methods: AllowedDictionaryItemsDisplayToLogical(), AllowedDictionaryItemsGet(), AllowedDictionaryItemsIsValid(), AllowedDictionaryItemsLogicalToDisplay(), AllowedDictionaryItemsLogicalToOdbc(), AllowedDictionaryItemsNormalize(), AllowedDictionaryItemsSet()
property AllowedTargetTypes [ MultiDimensional ];
Property methods: AllowedTargetTypesDisplayToLogical(), AllowedTargetTypesGet(), AllowedTargetTypesIsValid(), AllowedTargetTypesLogicalToDisplay(), AllowedTargetTypesLogicalToOdbc(), AllowedTargetTypesNormalize(), AllowedTargetTypesSet()
property MinimumMatchingConcepts as %Integer [ InitialExpression = 0 ];
Property methods: MinimumMatchingConceptsDisplayToLogical(), MinimumMatchingConceptsGet(), MinimumMatchingConceptsIsValid(), MinimumMatchingConceptsLogicalToDisplay(), MinimumMatchingConceptsNormalize(), MinimumMatchingConceptsSet()
property MinimumMatchingElements as %Integer [ InitialExpression = 0 ];
Property methods: MinimumMatchingElementsDisplayToLogical(), MinimumMatchingElementsGet(), MinimumMatchingElementsIsValid(), MinimumMatchingElementsLogicalToDisplay(), MinimumMatchingElementsNormalize(), MinimumMatchingElementsSet()
property MinimumMatchingRelations as %Integer [ InitialExpression = 0 ];
Property methods: MinimumMatchingRelationsDisplayToLogical(), MinimumMatchingRelationsGet(), MinimumMatchingRelationsIsValid(), MinimumMatchingRelationsLogicalToDisplay(), MinimumMatchingRelationsNormalize(), MinimumMatchingRelationsSet()
property MinimumMatchingScore as %Numeric [ InitialExpression = 0 ];
Property methods: MinimumMatchingScoreDisplayToLogical(), MinimumMatchingScoreGet(), MinimumMatchingScoreIsValid(), MinimumMatchingScoreLogicalToDisplay(), MinimumMatchingScoreNormalize(), MinimumMatchingScoreSet()

Methods

method MeetsCriteria(matchInfo As %List) as %Boolean

Inherited Members

Inherited Methods

FeedbackOpens in a new tab