|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Supplier | |
---|---|
net.sf.eos.analyzer | The package contains classes and patterns to support analyzing of
CharSequence . |
net.sf.eos.config | Main package to support the configuration of the classes in the εοs environment. |
net.sf.eos.lucene | εοs based on Lucene. |
net.sf.eos.medline | Support to work with data from the NLM Medline database. |
net.sf.eos.search | Retrieval independent definitions of data and processes in a entity oriented search lookup. |
net.sf.eos.util | Utilities which make no sence otherwhere. |
Uses of Supplier in net.sf.eos.analyzer |
---|
Classes in net.sf.eos.analyzer that implement Supplier | |
---|---|
class |
TokenizerSupplier
Support class for ResettableTokenizer . |
Uses of Supplier in net.sf.eos.config |
---|
Subinterfaces of Supplier in net.sf.eos.config | |
---|---|
interface |
ConfigurableSupplier<T>
Instances supply objects of a single type which are configurable . |
Uses of Supplier in net.sf.eos.lucene |
---|
Classes in net.sf.eos.lucene that implement Supplier | |
---|---|
class |
AnalyzerSupplier
To support different strategies of Lucene analyzers this factory decoupled the creation of the analyzer from hard coded classnames. |
class |
DirectorySupplier
|
class |
IndexSearcherSupplier
Based on DirectorySupplier . |
class |
LocalFsDirectorySupplier
|
class |
NormedLengthSimilaritySupplier
Support for NormedLengthSimilarity . |
class |
SearcherSupplier
|
class |
SimilaritySupplier
To support different strategies of Similarity in a Lucene index this factory decoupled the creation of the Similarity from hard coded classnames. |
class |
WhitespaceAnalyzerSupplier
Supprt for Lucene WhitespaceAnalyzer . |
Uses of Supplier in net.sf.eos.medline |
---|
Classes in net.sf.eos.medline that implement Supplier | |
---|---|
class |
MedlineTokenizerSupplier
|
Uses of Supplier in net.sf.eos.search |
---|
Subinterfaces of Supplier in net.sf.eos.search | |
---|---|
interface |
EosLookupProvider
|
Uses of Supplier in net.sf.eos.util |
---|
Methods in net.sf.eos.util that return Supplier | ||
---|---|---|
static
|
Compositions.compose(Supplier<? extends F> fromSupplier,
Function<F,T> toFunction)
Returns a composition of a from Supplier and an applied
to Function . |
|
static
|
SupplierFactory.newSupplier(Class<? extends Supplier<T>> clazz)
Creates a new instance of the Supplier class. |
|
static
|
SupplierFactory.newSupplier(String configName,
Configuration config)
Creates a new instance of the Supplier class. |
|
static
|
SupplierFactory.newSupplier(String configName,
Configuration config,
String defaultClazzName)
Creates a new instance of the Supplier class. |
Methods in net.sf.eos.util with parameters of type Supplier | ||
---|---|---|
static
|
Compositions.compose(Supplier<? extends F> fromSupplier,
Function<F,T> toFunction)
Returns a composition of a from Supplier and an applied
to Function . |
Method parameters in net.sf.eos.util with type arguments of type Supplier | ||
---|---|---|
static
|
SupplierFactory.newSupplier(Class<? extends Supplier<T>> clazz)
Creates a new instance of the Supplier class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |