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
Stack
s, 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 TypeMethodDescriptionvoid
PermuteProperty.setAdditionalPropertyPaths
(StringSet additionalPropertyPaths) Additional property paths that are also changed, together withpropertyPath
.void
The 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 TypeMethodDescriptionvoid
ReferencingFeatureListProvider.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 TypeMethodDescriptionvoid
MatchExtensions.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 TypeMethodDescriptionvoid
SpecificDisabled.setOutputsDisabled
(StringSet outputsDisabled) The names of the outputs that are disbled.void
SpecificEnabled.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 newSpecificDisabled
instance.SpecificEnabled
(StringSet outputsEnabled) Creates a newSpecificEnabled
instance. -
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 SingleLevelOutputEnabled
AddToDefaults.createSecondLevelFromSet
(StringSet outputNames) protected SingleLevelOutputEnabled
IgnoreUnderscorePrefixUnless.createSecondLevelFromSet
(StringSet outputNames) protected SingleLevelOutputEnabled
NoneExcept.createSecondLevelFromSet
(StringSet outputNames) protected abstract SingleLevelOutputEnabled
OutputEnableRulesSpecify.createSecondLevelFromSet
(StringSet outputNames) Creates a new second-levelSingleLevelOutputEnabled
from the relevant set of strings.protected SingleLevelOutputEnabled
PermissiveExcept.createSecondLevelFromSet
(StringSet outputNames) void
Output-names in the first-level.Method parameters in org.anchoranalysis.io.output.bean.rules with type arguments of type StringSetModifier and TypeMethodDescriptionvoid
Output-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 namesprotected
Create 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 TypeMethodDescriptionvoid
PermuteFeature.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 TypeMethodDescriptionvoid
BranchExtension.setExtensions
(StringSet extensions) Any extensions to match (case insensitive) excluding any leading period.