Uses of Class
org.anchoranalysis.bean.primitive.StringSet
Packages that use StringSet
Package
Description
Applying permutations to the properties of a bean.
Beans that implement collections of primitive element types, as well as
String.A feature-list (custom list type for features) and associated providers.
A collection of
Stacks, each with a unique identifier
as a name.Beans to find a subset of files that match a particular conditions on their paths.
Beans indicating whether a particular output is enabled or not.
Rules for determining if a particular output is enabled or not in a context of a hierarchy.
Implementations of
FeatureListProvider that derive
new features with permuted property-values.Implementations of
FilesProvider.Implementations of
StackReader.-
Uses of StringSet in org.anchoranalysis.bean.permute.property
Methods in org.anchoranalysis.bean.permute.property that return StringSetModifier and TypeMethodDescriptionPermuteProperty.getAdditionalPropertyPaths()Additional property paths that are also changed, together withpropertyPath.PermutePropertyStringSet.getValues()The respect string values to assign during the permutation.Methods in org.anchoranalysis.bean.permute.property with parameters of type StringSetModifier and TypeMethodDescriptionvoidPermuteProperty.setAdditionalPropertyPaths(StringSet additionalPropertyPaths) Additional property paths that are also changed, together withpropertyPath.voidThe respect string values to assign during the permutation. -
Uses of StringSet in org.anchoranalysis.bean.primitive
Methods in org.anchoranalysis.bean.primitive that return StringSet -
Uses of StringSet in org.anchoranalysis.feature.bean.list
Methods in org.anchoranalysis.feature.bean.list that return StringSetModifier and TypeMethodDescriptionReferencingFeatureListProvider.getReferences()The names of other feature-lists, whose features may be referenced by this feature.Methods in org.anchoranalysis.feature.bean.list with parameters of type StringSetModifier and TypeMethodDescriptionvoidReferencingFeatureListProvider.setReferences(StringSet references) The names of other feature-lists, whose features may be referenced by this feature. -
Uses of StringSet in org.anchoranalysis.image.core.stack.named
Methods in org.anchoranalysis.image.core.stack.named with parameters of type StringSetModifier and TypeMethodDescriptionCreates a new collection containing only items whose keys exist in a particular set. -
Uses of StringSet in org.anchoranalysis.io.input.bean.path.matcher
Methods in org.anchoranalysis.io.input.bean.path.matcher that return StringSetModifier and TypeMethodDescriptionMatchExtensions.getExtensions()A set of file-extensions (without the period), one of which must match the end of a path.Methods in org.anchoranalysis.io.input.bean.path.matcher with parameters of type StringSetModifier and TypeMethodDescriptionvoidMatchExtensions.setExtensions(StringSet extensions) A set of file-extensions (without the period), one of which must match the end of a path. -
Uses of StringSet in org.anchoranalysis.io.output.bean.enabled
Methods in org.anchoranalysis.io.output.bean.enabled that return StringSetModifier and TypeMethodDescriptionSpecificDisabled.getOutputsDisabled()The names of the outputs that are disbled.SpecificEnabled.getOutputsEnabled()The names of the outputs that are enabled.Methods in org.anchoranalysis.io.output.bean.enabled with parameters of type StringSetModifier and TypeMethodDescriptionvoidSpecificDisabled.setOutputsDisabled(StringSet outputsDisabled) The names of the outputs that are disbled.voidSpecificEnabled.setOutputsEnabled(StringSet outputsEnabled) The names of the outputs that are enabled.Constructors in org.anchoranalysis.io.output.bean.enabled with parameters of type StringSetModifierConstructorDescriptionSpecificDisabled(StringSet outputsDisabled) Creates a newSpecificDisabledinstance.SpecificEnabled(StringSet outputsEnabled) Creates a newSpecificEnabledinstance. -
Uses of StringSet in org.anchoranalysis.io.output.bean.rules
Methods in org.anchoranalysis.io.output.bean.rules that return StringSetModifier and TypeMethodDescriptionOutputEnableRulesSpecify.getFirst()Output-names in the first-level.Methods in org.anchoranalysis.io.output.bean.rules that return types with arguments of type StringSetModifier and TypeMethodDescriptionOutputEnableRulesSpecify.getSecond()Output-names in the second-level (for all first level output-names).Methods in org.anchoranalysis.io.output.bean.rules with parameters of type StringSetModifier and TypeMethodDescriptionprotected SingleLevelOutputEnabledAddToDefaults.createSecondLevelFromSet(StringSet outputNames) protected SingleLevelOutputEnabledIgnoreUnderscorePrefixUnless.createSecondLevelFromSet(StringSet outputNames) protected SingleLevelOutputEnabledNoneExcept.createSecondLevelFromSet(StringSet outputNames) protected abstract SingleLevelOutputEnabledOutputEnableRulesSpecify.createSecondLevelFromSet(StringSet outputNames) Creates a new second-levelSingleLevelOutputEnabledfrom the relevant set of strings.protected SingleLevelOutputEnabledPermissiveExcept.createSecondLevelFromSet(StringSet outputNames) voidOutput-names in the first-level.Method parameters in org.anchoranalysis.io.output.bean.rules with type arguments of type StringSetModifier and TypeMethodDescriptionvoidOutput-names in the second-level (for all first level output-names).Constructors in org.anchoranalysis.io.output.bean.rules with parameters of type StringSetModifierConstructorDescriptionCreate with first-level output namesNoneExcept(StringSet first) Create with first-level output namesprotectedCreate with a specific set of first-level output names.PermissiveExcept(StringSet first) Create with first-level output names -
Uses of StringSet in org.anchoranalysis.plugin.image.feature.bean.list.permute
Methods in org.anchoranalysis.plugin.image.feature.bean.list.permute that return StringSetModifier and TypeMethodDescriptionPermuteFeature.getReferencesFeatureListCreator()Makes sure a particular feature list creator is evaluatedMethods in org.anchoranalysis.plugin.image.feature.bean.list.permute with parameters of type StringSetModifier and TypeMethodDescriptionvoidPermuteFeature.setReferencesFeatureListCreator(StringSet referencesFeatureListCreator) Makes sure a particular feature list creator is evaluated -
Uses of StringSet in org.anchoranalysis.plugin.io.bean.file.provider
Methods in org.anchoranalysis.plugin.io.bean.file.provider that return StringSetMethods in org.anchoranalysis.plugin.io.bean.file.provider with parameters of type StringSet -
Uses of StringSet in org.anchoranalysis.plugin.io.bean.stack.reader
Methods in org.anchoranalysis.plugin.io.bean.stack.reader that return StringSetModifier and TypeMethodDescriptionBranchExtension.getExtensions()Any extensions to match (case insensitive) excluding any leading period.Methods in org.anchoranalysis.plugin.io.bean.stack.reader with parameters of type StringSetModifier and TypeMethodDescriptionvoidBranchExtension.setExtensions(StringSet extensions) Any extensions to match (case insensitive) excluding any leading period.