Uses of Interface
org.anchoranalysis.feature.io.name.MultiName
| Package | Description |
|---|---|
| org.anchoranalysis.feature.io.csv.metadata |
Writing the results of feature calculations to the file-system.
|
| org.anchoranalysis.feature.io.name |
Naming items in a weay that breaks down into multiple elements.
|
| org.anchoranalysis.feature.io.results |
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 Modifier and Type Method Description Optional<MultiName>RowLabels. getGroup()An identifier for a higher-level group which the row belongs to (foreign key) -
Uses of MultiName in org.anchoranalysis.feature.io.name
Classes in org.anchoranalysis.feature.io.name that implement MultiName Modifier and Type Class Description classCombinedNameA name which is unique when a primaryName is combined with a secondaryNameclassSimpleNameA name with only one part, and is always unique. -
Uses of MultiName in org.anchoranalysis.feature.io.results
Constructor parameters in org.anchoranalysis.feature.io.results with type arguments of type MultiName Constructor Description LabelledResultsVector(Optional<MultiName> group, ResultsVector results)Creates with no additional labels other than a group.