Class DeriveFromPair
Object
- All Implemented Interfaces:
Provider<FeatureList<FeatureInputPairObjects>>
Embeds each feature in a
FeatureDeriveFromPair
feature (first, second or
merge) and prepends with a string.- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitialization
Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
DeriveFromPair
public DeriveFromPair()
-
-
Method Details
-
get
Description copied from interface:Provider
Gets or creates an object of typeT
.- Returns:
- the object returned by the provider.
- Throws:
ProvisionFailedException
- if the object cannot be returned.
-
getItem
-
setItem
-
getPrefix
-
setPrefix
-
getSelect
Either "merged" or "first" or "second" indicating which feature to delegate from -
setSelect
Either "merged" or "first" or "second" indicating which feature to delegate from
-