Uses of Interface
org.anchoranalysis.feature.io.name.MultiName
Packages that use MultiName
Package
Description
Writing the results of feature calculations to the file-system.
Naming items in a weay that breaks down into multiple elements.
Writes feature-calculation results in different formats, also grouped results.
-
Uses of MultiName in org.anchoranalysis.feature.io.csv.metadata
Methods in org.anchoranalysis.feature.io.csv.metadata that return types with arguments of type MultiName -
Uses of MultiName in org.anchoranalysis.feature.io.name
Classes in org.anchoranalysis.feature.io.name that implement MultiNameModifier and TypeClassDescriptionclass
A name which is unique when a primaryName is combined with a secondaryNameclass
A name with only one part, and is always unique.Methods in org.anchoranalysis.feature.io.name that return MultiNameModifier and TypeMethodDescriptionstatic MultiName
Creates either a multi-name that is either has a single part or a double part.Methods in org.anchoranalysis.feature.io.name with parameters of type MultiName -
Uses of MultiName in org.anchoranalysis.feature.io.results
Constructor parameters in org.anchoranalysis.feature.io.results with type arguments of type MultiNameModifierConstructorDescriptionLabelledResultsVector
(Optional<MultiName> group, ResultsVector results) Creates with no additional labels other than a group.