Uses of Class
org.anchoranalysis.bean.permute.property.PermuteProperty
Packages that use PermuteProperty
Package
Description
Applying permutations to a bean's fields.
Applying permutations to the properties of a bean.
Implementations of
ObjectCollectionProvider.Implementations of
FeatureListProvider that derive
new features with permuted property-values.-
Uses of PermuteProperty in org.anchoranalysis.bean.permute
Methods in org.anchoranalysis.bean.permute with parameters of type PermutePropertyModifier and TypeMethodDescriptionPermutedCopyCreator.createPermutedCopies(List<T> beans, PermuteProperty<S> propertyToPermute, PermutationAssigner setter) Applies a permutation to a copy of each element in a list of beans, updating the custom name of each bean to reflect the permutation. -
Uses of PermuteProperty in org.anchoranalysis.bean.permute.property
Subclasses of PermuteProperty in org.anchoranalysis.bean.permute.propertyModifier and TypeClassDescriptionclassAssigns 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. -
Uses of PermuteProperty in org.anchoranalysis.plugin.image.bean.object.provider
Methods in org.anchoranalysis.plugin.image.bean.object.provider that return PermutePropertyMethods in org.anchoranalysis.plugin.image.bean.object.provider with parameters of type PermutePropertyModifier and TypeMethodDescriptionvoidPermute.setPermuteProperty(PermuteProperty<?> permuteProperty) -
Uses of PermuteProperty in org.anchoranalysis.plugin.image.feature.bean.list.permute
Methods in org.anchoranalysis.plugin.image.feature.bean.list.permute that return PermutePropertyMethods in org.anchoranalysis.plugin.image.feature.bean.list.permute that return types with arguments of type PermutePropertyModifier and TypeMethodDescriptionPermuteFeature.getPermutations()A list of permutations to apply.Methods in org.anchoranalysis.plugin.image.feature.bean.list.permute with parameters of type PermutePropertyModifier and TypeMethodDescriptionvoidPermuteFeature.setPermutation(PermuteProperty<S> permutation) A permutation to apply.Method parameters in org.anchoranalysis.plugin.image.feature.bean.list.permute with type arguments of type PermutePropertyModifier and TypeMethodDescriptionvoidPermuteFeature.setPermutations(List<PermuteProperty<S>> permutations) A list of permutations to apply.