Uses of Class
org.anchoranalysis.bean.initializable.property.BeanInitializer
Packages that use BeanInitializer
Package
Description
Initializing beans with particular parameters, including recursively.
Beans pertaining to feature-calculation.
Classes that aren't AnchorBeans that pertain to the initialization of image-related beans.
Beans pertaining to marked-point-processes.
Parameters used to initialize certain types of beans.
-
Uses of BeanInitializer in org.anchoranalysis.bean.initializable
Methods in org.anchoranalysis.bean.initializable with parameters of type BeanInitializerModifier and TypeMethodDescriptionvoid
InitializableBean.initRecursiveWithInitializer
(BeanInitializer<?> initializer, Logger logger) Initializes the bean and recursively all contained beans (who have compatible initialization requirements)Constructors in org.anchoranalysis.bean.initializable with parameters of type BeanInitializerModifierConstructorDescriptionprotected
InitializableBean
(BeanInitializer<P> beanInitializer, InitializationParameterAssigner propertyInitializer) Creates a newInitializableBean
instance. -
Uses of BeanInitializer in org.anchoranalysis.feature.bean
Constructors in org.anchoranalysis.feature.bean with parameters of type BeanInitializerModifierConstructorDescriptionprotected
Feature
(BeanInitializer<FeatureInitialization> propertyInitializer) Creates with a custom initializer. -
Uses of BeanInitializer in org.anchoranalysis.image.bean.nonbean.init
Methods in org.anchoranalysis.image.bean.nonbean.init with parameters of type BeanInitializerModifier and TypeMethodDescriptionvoid
ImageInitialization.populate
(BeanInitializer<?> propertyInitializer, Define define, Logger logger) Adds diverse entities from aDefine
into the corresponding name-collections.Constructors in org.anchoranalysis.image.bean.nonbean.init with parameters of type BeanInitializerModifierConstructorDescriptionPopulateStoreFromDefine
(Define define, BeanInitializer<?> propertyInitializer, Logger logger) Creates a newPopulateStoreFromDefine
instance. -
Uses of BeanInitializer in org.anchoranalysis.mpp.bean
Methods in org.anchoranalysis.mpp.bean that return BeanInitializerModifier and TypeMethodDescriptionstatic BeanInitializer
<MarksInitialization> MarksBean.initializerForMarksBeans()
Creates a property-initializer for MPP-Beans. -
Uses of BeanInitializer in org.anchoranalysis.mpp.init
Methods in org.anchoranalysis.mpp.init with parameters of type BeanInitializerModifier and TypeMethodDescriptionvoid
MarksInitialization.populate
(BeanInitializer<?> initializer, Define define, Logger logger) Populates the stores with beans from the given Define.void
PointsInitialization.populate
(BeanInitializer<?> initializer, Define define, Logger logger) Populates the stores with beans from the given Define.