Package org.anchoranalysis.feature.bean.list
package org.anchoranalysis.feature.bean.list
A feature-list (custom list type for features) and associated providers.
-
ClassesClassDescriptionDefine<T extends FeatureInput>Specifies a list of features directly without assigning any custom-naming.DefinedNamed<T extends FeatureInput>Specifies features via a list of names and associated with features.DefineSingle<T extends FeatureInput>Specifies a single feature directly without assigning any custom-naming.FeatureList<T extends FeatureInput>A list of features with the same input-type.Factory for creating
FeatureList
in different ways.FeatureListProvider<T extends FeatureInput>Provides a list ofFeature
s with identical input-type.Prepends a string to the custom-name of each feature in a list.ReferencingFeatureListProvider<T extends FeatureInput>A base class for implementations ofFeatureListProvider
that may reference features created elsewhere.