Uses of Class
org.anchoranalysis.feature.bean.list.FeatureListProvider
| Package | Description |
|---|---|
| org.anchoranalysis.feature.bean.list |
A feature-list (custom list type for features) and associated providers.
|
| org.anchoranalysis.feature.initialization |
Initialization parameters used for beans in
org.anchoranalysis.feature.bean. |
| org.anchoranalysis.feature.store |
A collection of named-
Features. |
-
Uses of FeatureListProvider in org.anchoranalysis.feature.bean.list
Subclasses of FeatureListProvider in org.anchoranalysis.feature.bean.list Modifier and Type Class Description classDefine<T extends FeatureInput>Specifies a list of features directly without assigning any custom-naming.classDefinedNamed<T extends FeatureInput>Specifies features via a list of names and associated with features.classDefineSingle<T extends FeatureInput>Specifies a single feature directly without assigning any custom-naming.classPrependNamePrepends a string to the custom-name of each feature in a list.classReferencingFeatureListProvider<T extends FeatureInput>A base class for implementations ofFeatureListProviderthat may reference features created elsewhere.Methods in org.anchoranalysis.feature.bean.list that return FeatureListProvider Modifier and Type Method Description FeatureListProvider<FeatureInput>PrependName. getItem()Provides the features and names before any prepending.Methods in org.anchoranalysis.feature.bean.list that return types with arguments of type FeatureListProvider Modifier and Type Method Description List<NamedBean<FeatureListProvider<T>>>DefinedNamed. getList()A list ofFeatureListProviders with an associated name.Methods in org.anchoranalysis.feature.bean.list with parameters of type FeatureListProvider Modifier and Type Method Description voidPrependName. setItem(FeatureListProvider<FeatureInput> item)Provides the features and names before any prepending.Method parameters in org.anchoranalysis.feature.bean.list with type arguments of type FeatureListProvider Modifier and Type Method Description voidDefinedNamed. setList(List<NamedBean<FeatureListProvider<T>>> list)A list ofFeatureListProviders with an associated name. -
Uses of FeatureListProvider in org.anchoranalysis.feature.initialization
Method parameters in org.anchoranalysis.feature.initialization with type arguments of type FeatureListProvider Modifier and Type Method Description voidFeatureRelatedInitialization. populate(List<NamedBean<FeatureListProvider<FeatureInput>>> namedProviders, Logger logger)Adds features into the shared-feature storage from a list of named-beans. -
Uses of FeatureListProvider in org.anchoranalysis.feature.store
Method parameters in org.anchoranalysis.feature.store with type arguments of type FeatureListProvider Modifier and Type Method Description <T extends FeatureInput>
NamedFeatureStore<T>NamedFeatureStoreFactory. createNamedFeatureList(List<NamedBean<FeatureListProvider<T>>> namedFeatures)Create aNamedFeatureStorefrom a list of beans.