Class DefineSingle<T extends FeatureInput>
Object
org.anchoranalysis.bean.AnchorBean<B>
org.anchoranalysis.bean.initializable.InitializableBean<T,FeatureRelatedInitialization>
org.anchoranalysis.feature.bean.FeatureRelatedBean<B>
org.anchoranalysis.feature.bean.provider.FeatureProviderBean<FeatureListProvider<T>,FeatureList<T>>
org.anchoranalysis.feature.bean.list.FeatureListProvider<T>
org.anchoranalysis.feature.bean.list.ReferencingFeatureListProvider<T>
org.anchoranalysis.feature.bean.list.DefineSingle<T>
- Type Parameters:
T- the feature input-type
- All Implemented Interfaces:
Provider<FeatureList<T>>
public class DefineSingle<T extends FeatureInput> extends ReferencingFeatureListProvider<T>
Specifies a single feature directly without assigning any custom-naming.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description DefineSingle()DefineSingle(Feature<T> item) -
Method Summary
Methods inherited from class org.anchoranalysis.feature.bean.list.ReferencingFeatureListProvider
getReferences, onInitialization, setReferencesMethods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitializedMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
DefineSingle
public DefineSingle() -
DefineSingle
-
-
Method Details