Uses of Class
org.anchoranalysis.bean.AnchorBean
Packages that use AnchorBean
Package
Description
Defining, loading, initializing Anchor Beans.
Define and related-classes.DefineAdder and related-classes.Initializing beans with particular parameters, including recursively.
Applying permutations to a bean's fields.
Imposes a permutation value on one or more properties of a bean.
Applying permutations to the properties of a bean.
Beans that implement collections of primitive element types, as well as
String.Custom factories for loading beans in custom ways from XML.
-
Uses of AnchorBean in org.anchoranalysis.bean
Classes in org.anchoranalysis.bean with type parameters of type AnchorBeanModifier and TypeClassDescriptionclassNamedBean<T extends AnchorBean<?>>A bean with an associated textual name.Subclasses of AnchorBean in org.anchoranalysis.beanModifier and TypeClassDescriptionclassNamedBean<T extends AnchorBean<?>>A bean with an associated textual name.classA base class for beans that require initialization but the initializations needs no parameters.Methods in org.anchoranalysis.bean with type parameters of type AnchorBeanModifier and TypeMethodDescription<T extends AnchorBean<?>>
List<T> AnchorBean.findFieldsOfClass(Class<?> match) Finds all bean-fields that are instances of a certain class.Methods in org.anchoranalysis.bean with parameters of type AnchorBeanModifier and TypeMethodDescriptionFieldAccessor.fieldFromBean(AnchorBean<?> bean, Field field) Retrieves the value of aFieldfrom aAnchorBean. -
Uses of AnchorBean in org.anchoranalysis.bean.define
Subclasses of AnchorBean in org.anchoranalysis.bean.defineModifier and TypeClassDescriptionclassA bean where the definitions of many differentNamedBeans can be specified.Methods in org.anchoranalysis.bean.define with type parameters of type AnchorBeanModifier and TypeMethodDescription<T extends AnchorBean<?>>
voidAdds all the named-beans from source to the current map.<T extends AnchorBean<?>>
List<NamedBean<T>> Retrieves the list of elements associated with a grouping-root. -
Uses of AnchorBean in org.anchoranalysis.bean.define.adder
Subclasses of AnchorBean in org.anchoranalysis.bean.define.adderModifier and TypeClassDescriptionclassConcatenates a list of adders.classBase class forAnchorBeans that can add items to aDefine.classLikeDefineAdderBeanbut adds a prefix to the name of beans when adding.classAdds a list of Named-Items define in a XML file in the current directory.Methods in org.anchoranalysis.bean.define.adder with parameters of type AnchorBeanModifier and TypeMethodDescriptionprotected voidDefineAdderWithPrefixBean.addWithName(Define define, String name, AnchorBean<?> item) Add an item todefinewith a name being added. -
Uses of AnchorBean in org.anchoranalysis.bean.initializable
Subclasses of AnchorBean in org.anchoranalysis.bean.initializableModifier and TypeClassDescriptionclassInitializableBean<B, P extends BeanInitialization>A bean that must be initialized with some parameters before being used. -
Uses of AnchorBean in org.anchoranalysis.bean.permute
Classes in org.anchoranalysis.bean.permute with type parameters of type AnchorBeanModifier and TypeClassDescriptionclassPermutedCopyCreator<T extends AnchorBean<T>>Applies aPermutePropertyto a bean to create new duplicated beans each with different permuted values. -
Uses of AnchorBean in org.anchoranalysis.bean.permute.assign
Methods in org.anchoranalysis.bean.permute.assign with parameters of type AnchorBeanModifier and TypeMethodDescriptionvoidPermutationAssigner.assignValue(AnchorBean<?> bean, Object value) Assignsvalueto one or more properties inbean.static PermutationAssignerPermutationAssignerFactory.createForSingle(AnchorBean<?> bean, String propertyPath) Creates an assigner for one or more properties, as identified bypropertyPath. -
Uses of AnchorBean in org.anchoranalysis.bean.permute.property
Subclasses of AnchorBean in org.anchoranalysis.bean.permute.propertyModifier and TypeClassDescriptionclassChanges properties of anAnchorBeanto one of a range of possible values.classAssigns each element from a set of doubles to a particular property of a bean.classBase class for assigning a sequence of numbers to a particular property of a bean.classAssigns an arithmetic sequence of doubles, derived by diving an integer sequence by a divider.classAn arithmetic sequence of integers, each directly assigned to a property during permutation.classAssigns each element from a set of strings to a particular property of a bean.classA sequence of integers.Methods in org.anchoranalysis.bean.permute.property with parameters of type AnchorBeanModifier and TypeMethodDescriptionPermuteProperty.createSetter(AnchorBean<?> bean) Creates aPermutationAssignerwhich allows the particular property to be changed. -
Uses of AnchorBean in org.anchoranalysis.bean.primitive
Subclasses of AnchorBean in org.anchoranalysis.bean.primitive -
Uses of AnchorBean in org.anchoranalysis.bean.xml.factory
Classes in org.anchoranalysis.bean.xml.factory with type parameters of type AnchorBeanModifier and TypeClassDescriptionclassReplacePropertyBeanFactory<T extends AnchorBean<T>>Replaces a property (an XML element of attribute) on a bean before loading it.Methods in org.anchoranalysis.bean.xml.factory with parameters of type AnchorBeanModifier and TypeMethodDescriptionBeanPathCalculator.pathFromBean(AnchorBean<?> bean, String relativePath) Calculates a path from the current bean.