◆ get()
◆ getKeyType()
SourceType ppt4j.analysis.patch.CrossMatcher.getKeyType |
( |
| ) |
|
Returns the type of key used in the data source.
- Returns
- the type of key
◆ getMatchedRange()
Pair< Integer, Integer > ppt4j.analysis.patch.CrossMatcher.getMatchedRange |
( |
int | index | ) |
|
This method returns a Pair containing the starting and ending index of a matched range based on the given index in a data structure.
- Parameters
-
index | the index to search for a matched range |
- Returns
- a Pair containing the starting and ending index of the matched range
◆ getScore()
double ppt4j.analysis.patch.CrossMatcher.getScore |
( |
int | index | ) |
|
This method retrieves the score at the specified index in the list of scores.
- Parameters
-
index | the index of the score to retrieve |
- Returns
- the score at the specified index
◆ getValueType()
SourceType ppt4j.analysis.patch.CrossMatcher.getValueType |
( |
| ) |
|
Returns the source type of the value. This method is responsible for retrieving the source type of the value.
- Returns
- the source type of the value
◆ isMatched()
boolean ppt4j.analysis.patch.CrossMatcher.isMatched |
( |
int | index | ) |
|
Checks if the given index is matched with a specific condition.
- Parameters
-
index | the index to be checked |
- Returns
- true if the index is matched, false otherwise
◆ query()
Features ppt4j.analysis.patch.CrossMatcher.query |
( |
int | index | ) |
|
Retrieves the features at the specified index in the query results.
- Parameters
-
index | the index of the features to retrieve |
- Returns
- the features at the specified index
The documentation for this interface was generated from the following file: