Package oracle.rules.sdk2.dictionary
Class MatchedChoicesIndex<T extends Choice>
java.lang.Object
oracle.rules.sdk2.dictionary.MatchedChoicesIndex<T>
- Since:
- 12.1.2.0.0
- Author:
- gopandey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addMatches
(String str, List<T> items) void
clear()
boolean
getLeastResultSubstringMatchEntry
(String pattern) getLeastResultSubstringMatches
(String pattern) Gets the smallest set of matching Choices across all of the pattern's sub-stringsgetLongestSubstringMatches
(String pattern) Gets the matching Choices for the longest substring of the given patterngetMatches
(String str)
-
Constructor Details
-
MatchedChoicesIndex
public MatchedChoicesIndex()
-
-
Method Details
-
clear
public void clear() -
getMatches
-
getLongestSubstringMatches
Gets the matching Choices for the longest substring of the given pattern- Parameters:
pattern
- Pattern- Returns:
- Choices for the longest substring, if any. Else returns an empty List.
-
getLeastResultSubstringMatches
Gets the smallest set of matching Choices across all of the pattern's sub-strings- Parameters:
pattern
- Pattern- Returns:
- Smallest set of matching substring choices, if any. Else returns an empty List.
-
getLeastResultSubstringMatchEntry
-
addMatches
-
contains
-