Uses of Interface
org.anchoranalysis.bean.initializable.parameters.BeanInitialization
Packages that use BeanInitialization
Package
Description
Initializing beans with particular parameters, including recursively.
Some parameterization used when initializing beans.
Initializating a bean with parameters.
Setting, referencing and initializing key-value parameters.
Defines a root path directory on the filesystem whre files are read / written.
Initialization parameters used for beans in
org.anchoranalysis.feature.bean
.Classes that aren't AnchorBeans that pertain to the initialization of image-related beans.
Parameters used to initialize certain types of beans.
Testing utilities and fixtures with no greater downstream dependency than
anchor-experiment or anchor-mpp or anchor-mpp-io.
-
Uses of BeanInitialization in org.anchoranalysis.bean.initializable
Classes in org.anchoranalysis.bean.initializable with type parameters of type BeanInitializationModifier and TypeClassDescriptionclass
InitializableBean<B,
P extends BeanInitialization> A bean that must be initialized with some parameters before being used. -
Uses of BeanInitialization in org.anchoranalysis.bean.initializable.parameters
Classes in org.anchoranalysis.bean.initializable.parameters that implement BeanInitializationModifier and TypeClassDescriptionclass
When initialization should occur of a bean, but no parameters (containing data) are required. -
Uses of BeanInitialization in org.anchoranalysis.bean.initializable.property
Classes in org.anchoranalysis.bean.initializable.property with type parameters of type BeanInitializationModifier and TypeClassDescriptionclass
AssignerMatchClass<P extends BeanInitialization>
Allows assignment of parameters if they are are of typeparamTypeMatch
or subclass of it. -
Uses of BeanInitialization in org.anchoranalysis.feature.initialization
Classes in org.anchoranalysis.feature.initialization that implement BeanInitializationModifier and TypeClassDescriptionfinal class
Parameters used to initialize aFeature
before any calculation occurs.class
Parameters for initializing aFeatureRelatedBean
. -
Uses of BeanInitialization in org.anchoranalysis.image.bean.nonbean.init
Classes in org.anchoranalysis.image.bean.nonbean.init with type parameters of type BeanInitializationModifier and TypeClassDescriptionclass
PopulateStoreFromDefine<V extends BeanInitialization>
Helps populates aNamedProviderStore
from the contents of aDefine
.Classes in org.anchoranalysis.image.bean.nonbean.init that implement BeanInitialization -
Uses of BeanInitialization in org.anchoranalysis.mpp.init
Classes in org.anchoranalysis.mpp.init that implement BeanInitializationModifier and TypeClassDescriptionclass
Initialization class for marks-related components in the MPP framework.class
Initialization class for points-related components in the MPP framework. -
Uses of BeanInitialization in org.anchoranalysis.test.experiment
Methods in org.anchoranalysis.test.experiment with type parameters of type BeanInitializationModifier and TypeMethodDescriptionstatic <T extends InitializableBean<?,
P>, P extends BeanInitialization>
TBeanTestChecker.checkAndInit
(T bean, P initialization, Logger logger) Checks if a bean has all necessary items as withBeanTestChecker.check(T)
and also initializes the bean.