Uses of Class
org.anchoranalysis.feature.bean.provider.FeatureProvider
| Package | Description |
|---|---|
| org.anchoranalysis.feature.bean.list |
A feature-list (custom list type for features) and associated providers.
|
| org.anchoranalysis.feature.bean.provider |
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 FeatureProvider Modifier and Type Method Description static <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.provider Modifier and Type Class Description classFeatureProviderDefine<T extends FeatureInput>Defines a singleFeatureto provide via a bean property.classFeatureProviderReferenceProvides an existingFeatureidentified by its name and optionally a feature-list in which is resides.