Class FeatureUnaryGeneric<T extends FeatureInput>
Object
AnchorBean<Feature<T>>
InitializableBean<Feature<T>,FeatureInitialization>
Feature<T>
FeatureUnary<T,T>
FeatureUnaryGeneric<T>
- Type Parameters:
T- input-type
- Direct Known Subclasses:
AbsoluteValue,ConvertUnits,IfCondition,InvertedMax,RangeCompareBase,StatisticalBase,WithResolutionBase,WithValueBase
A
FeatureUnary that accepts any FeatureInput irrespective of type.- Author:
- Owen Feehan
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFeatureUnaryGeneric(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()
-