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.
Beans that define context (which feature, which energy-stack) for evaluating feature-inputs.
-
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. -
Uses of FeatureProvider in org.anchoranalysis.image.feature.bean.evaluator
Methods in org.anchoranalysis.image.feature.bean.evaluator that return FeatureProviderModifier and TypeMethodDescriptionFeatureEvaluator.getFeatureProvider()The single feature that will be calculated (possibly repeatedly) in the sessionMethods in org.anchoranalysis.image.feature.bean.evaluator that return types with arguments of type FeatureProviderModifier and TypeMethodDescriptionFeatureListEvaluator.getFeatures()A list of providers, combined together to form a list of features, to be calculated in a session.Methods in org.anchoranalysis.image.feature.bean.evaluator with parameters of type FeatureProviderModifier and TypeMethodDescriptionvoidFeatureEvaluator.setFeatureProvider(FeatureProvider<T> featureProvider) The single feature that will be calculated (possibly repeatedly) in the sessionMethod parameters in org.anchoranalysis.image.feature.bean.evaluator with type arguments of type FeatureProviderModifier and TypeMethodDescriptionvoidFeatureListEvaluator.setFeatures(List<FeatureProvider<T>> features) A list of providers, combined together to form a list of features, to be calculated in a session.