Uses of Class
org.anchoranalysis.feature.bean.FeatureRelatedBean
| 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 FeatureRelatedBean in org.anchoranalysis.feature.bean.list
Subclasses of FeatureRelatedBean 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.classFeatureListProvider<T extends FeatureInput>Provides a list ofFeatures with identical input-type.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. -
Uses of FeatureRelatedBean in org.anchoranalysis.feature.bean.provider
Subclasses of FeatureRelatedBean in org.anchoranalysis.feature.bean.provider Modifier and Type Class Description classFeatureProvider<T extends FeatureInput>Provides a singleFeature.classFeatureProviderBean<B,P>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.