Uses of Class
org.anchoranalysis.feature.bean.provider.FeatureProvider
Packages that use FeatureProvider
Package
Description
A feature-list (custom list type for features) and associated providers.
Provider of a single feature.
-
Uses of FeatureProvider in org.anchoranalysis.feature.bean.list
Method parameters in org.anchoranalysis.feature.bean.list with type arguments of type FeatureProviderModifier and TypeMethodDescriptionstatic <T extends FeatureInput>
FeatureList<T> FeatureListFactory.fromProviders(Collection<FeatureProvider<T>> providers) Creates a list of features from a collection of feature-providers -
Uses of FeatureProvider in org.anchoranalysis.feature.bean.provider
Subclasses of FeatureProvider in org.anchoranalysis.feature.bean.providerModifier and TypeClassDescriptionclassFeatureProviderDefine<T extends FeatureInput>Defines a singleFeatureto provide via a bean property.classProvides an existingFeatureidentified by its name and optionally a feature-list in which is resides.Subclasses with type arguments of type FeatureProvider in org.anchoranalysis.feature.bean.providerModifier and TypeClassDescriptionclassFeatureProvider<T extends FeatureInput>Provides a singleFeature.