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 TypeMethodDescriptionvoidInitializableBean.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 BeanInitializerModifierConstructorDescriptionprotectedInitializableBean(BeanInitializer<P> beanInitializer, InitializationParameterAssigner propertyInitializer) Creates a newInitializableBeaninstance. -
Uses of BeanInitializer in org.anchoranalysis.feature.bean
Constructors in org.anchoranalysis.feature.bean with parameters of type BeanInitializerModifierConstructorDescriptionprotectedFeature(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 TypeMethodDescriptionvoidImageInitialization.populate(BeanInitializer<?> propertyInitializer, Define define, Logger logger) Adds diverse entities from aDefineinto 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 newPopulateStoreFromDefineinstance. -
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 TypeMethodDescriptionvoidMarksInitialization.populate(BeanInitializer<?> initializer, Define define, Logger logger) Populates the stores with beans from the given Define.voidPointsInitialization.populate(BeanInitializer<?> initializer, Define define, Logger logger) Populates the stores with beans from the given Define.