Class AssignFromIntersectingObjects
Object
AnchorBean<ChannelProvider>
InitializableBean<ChannelProvider,ImageInitialization>
ImageBean<ChannelProvider>
BeanProviderAsStackBase<ChannelProvider,Channel>
ChannelProvider
ChannelProviderUnary
AssignFromIntersectingObjects
- All Implemented Interfaces:
Provider<Channel>,ProviderAsStack
Matches source-objects to target objects, based upon intersection, and assigns the value in the
respective source object to the target object
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateFromChannel(Channel channel) Creates aChannelgiven the entity provided by the delegate.voidsetObjectsSource(ObjectCollectionProvider objectsSource) voidsetObjectsTarget(ObjectCollectionProvider objectsTarget) Methods inherited from class org.anchoranalysis.image.bean.provider.ChannelProviderUnary
get, getChannel, setChannelMethods inherited from class org.anchoranalysis.image.bean.provider.ChannelProvider
getAsStackMethods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitializationMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
AssignFromIntersectingObjects
public AssignFromIntersectingObjects()
-
-
Method Details
-
createFromChannel
Description copied from class:ChannelProviderUnaryCreates aChannelgiven the entity provided by the delegate.- Specified by:
createFromChannelin classChannelProviderUnary- Parameters:
channel- the entity provided by the delegate.- Returns:
- the created
Channelthat is returned by the provider. - Throws:
ProvisionFailedException- if the provider cannot complete successfully.
-
getObjectsSource
-
setObjectsSource
-
getObjectsTarget
-
setObjectsTarget
-