Modifier and Type | Class and Description |
---|---|
static class |
ExpressionBuilderUI.EntryRankingFunction |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeAlgorithmSourceRanking
Ranks
JIPipeNodeInfo or JIPipeGraphNode instances
It ranks by following values:
- search string (node name)
- search string (node description)
- data type compatibility (0 = not, -1=nontrivial, -2=trivial, -3=exact match)
- already occupied or not (no = 0, yes = 1) |
class |
JIPipeAlgorithmTargetRanking
Ranks
JIPipeNodeInfo or JIPipeGraphNode instances
It ranks by following values:
- search string (node name)
- search string (node description)
- data type compatibility (0 = not, -1=nontrivial, -2=trivial, -3=exact match)
- already occupied or not (no = 0, yes = 1) |
Modifier and Type | Method and Description |
---|---|
RankingFunction<T> |
SearchBox.getRankingFunction() |
Modifier and Type | Method and Description |
---|---|
void |
SearchBox.setRankingFunction(RankingFunction<T> rankingFunction) |
Modifier and Type | Class and Description |
---|---|
static class |
UpdateSiteListUI.Ranking |
Modifier and Type | Method and Description |
---|---|
static <T> List<T> |
RankedData.getSortedAndFilteredData(Collection<T> data,
Function<T,String> dataToString,
RankingFunction<T> rankingFunction,
String[] searchStrings)
Creates a list of sorted ranked data
|
Copyright © 2020–2023 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.