Package org.anchoranalysis.feature.bean.list
A feature-list (custom list type for features) and associated providers.
-
Class Summary Class Description Define<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.FeatureListFactory Factory for creatingFeatureListin different ways.FeatureListProvider<T extends FeatureInput> Provides a list ofFeatures with identical input-type.PrependName Prepends a string to the custom-name of each feature in a list.ReferencingFeatureListProvider<T extends FeatureInput> A base class for implementations ofFeatureListProviderthat may reference features created elsewhere.