Uses of Class
org.anchoranalysis.feature.bean.list.FeatureListProvider
Packages that use FeatureListProvider
Package
Description
A feature-list (custom list type for features) and associated providers.
Initialization parameters used for beans in
org.anchoranalysis.feature.bean.A collection of named-
Features.-
Uses of FeatureListProvider in org.anchoranalysis.feature.bean.list
Subclasses of FeatureListProvider in org.anchoranalysis.feature.bean.listModifier and TypeClassDescriptionclassDefine<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.classPrepends 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.Subclasses with type arguments of type FeatureListProvider in org.anchoranalysis.feature.bean.listModifier and TypeClassDescriptionclassFeatureListProvider<T extends FeatureInput>Provides a list ofFeatures with identical input-type.Methods in org.anchoranalysis.feature.bean.list that return FeatureListProviderModifier and TypeMethodDescriptionPrependName.getItem()Provides the features and names before any prepending.Methods in org.anchoranalysis.feature.bean.list that return types with arguments of type FeatureListProviderModifier and TypeMethodDescriptionDefinedNamed.getList()A list ofFeatureListProviders with an associated name.Methods in org.anchoranalysis.feature.bean.list with parameters of type FeatureListProviderModifier and TypeMethodDescriptionvoidPrependName.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 FeatureListProviderModifier and TypeMethodDescriptionvoidDefinedNamed.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 FeatureListProviderModifier and TypeMethodDescriptionvoidFeatureRelatedInitialization.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 FeatureListProviderModifier and TypeMethodDescription<T extends FeatureInput>
NamedFeatureStore<T> NamedFeatureStoreFactory.createNamedFeatureList(List<NamedBean<FeatureListProvider<T>>> namedFeatures) Create aNamedFeatureStorefrom a list of beans.