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 TypeClassDescriptionclassA name which is unique when a primaryName is combined with a secondaryNameclassA name with only one part, and is always unique.Subinterfaces with type arguments of type MultiName in org.anchoranalysis.feature.io.nameModifier and TypeInterfaceDescriptioninterfaceA name that that uniquely identifies an entity, and is composed of two parts.Methods in org.anchoranalysis.feature.io.name that return MultiNameModifier and TypeMethodDescriptionstatic MultiNameCreates 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.