Class ObjectCollectionProvider
Object
- All Implemented Interfaces:
Provider<ObjectCollection>
- Direct Known Subclasses:
Concatenate,ConnectedComponentsFromMask,Empty,FromMarks,FromMask,IfParamEqual,MergeTwoCollectionsItemwise,ObjectCollectionProviderUnary,Permute,Reference,ReferenceOrElse,SegmentStack,WithChannelBase
public abstract class ObjectCollectionProvider
extends ImageBean<ObjectCollectionProvider>
implements Provider<ObjectCollection>
Base class for beans that implement
Provider to provide an ObjectCollection.- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Methods 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
-
ObjectCollectionProvider
protected ObjectCollectionProvider()
-