Class LookupResultListImpl
java.lang.Object
tripleo.elijah_durable_congenial.lang.impl.LookupResultListImpl
- All Implemented Interfaces:
LookupResultList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(String name, int level, OS_Element element, Context aContext) voidadd(String name, int level, OS_Element element, Context aContext, ContextInfo aImportInfo) @Nullable OS_ElementchooseBest(@Nullable List<Predicate<OS_Element>> l) @NotNull List<LookupResult>results()
-
Constructor Details
-
LookupResultListImpl
public LookupResultListImpl()
-
-
Method Details
-
add
- Specified by:
addin interfaceLookupResultList
-
add
public void add(String name, int level, OS_Element element, Context aContext, ContextInfo aImportInfo) - Specified by:
addin interfaceLookupResultList
-
chooseBest
- Specified by:
chooseBestin interfaceLookupResultList
-
getMaxScoredResults
- Specified by:
getMaxScoredResultsin interfaceLookupResultList
-
results
- Specified by:
resultsin interfaceLookupResultList
-