Class FeatureUnaryGeneric<T extends FeatureInput>
Object
org.anchoranalysis.bean.AnchorBean<B>
org.anchoranalysis.bean.initializable.InitializableBean<Feature<T>,FeatureInitialization>
org.anchoranalysis.feature.bean.Feature<T>
org.anchoranalysis.feature.bean.operator.FeatureUnary<T,T>
org.anchoranalysis.feature.bean.operator.FeatureUnaryGeneric<T>
- Type Parameters:
T- input-type
public abstract class FeatureUnaryGeneric<T extends FeatureInput> extends FeatureUnary<T,T>
A
FeatureUnary that accepts any FeatureInput irrespective of type.- Author:
- Owen Feehan
-
Constructor Summary
Constructors Modifier Constructor Description FeatureUnaryGeneric()protectedFeatureUnaryGeneric(Feature<T> feature)Create with a specific feature, that provides the input to the unary function. -
Method Summary
Methods inherited from class org.anchoranalysis.feature.bean.operator.FeatureUnary
getItem, inputType, setItemMethods inherited from class org.anchoranalysis.feature.bean.Feature
assignTo, beforeCalc, calculate, calculateCheckInitialized, castAs, createListChildFeatures, describeBean, describeParameters, descriptionLong, duplicateChangeName, getCustomName, getFriendlyName, onInitialization, setCustomName, toStringMethods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitializedMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise
-
Constructor Details
-
FeatureUnaryGeneric
Create with a specific feature, that provides the input to the unary function.- Parameters:
feature- the feature.
-
FeatureUnaryGeneric
public FeatureUnaryGeneric()
-