Class DatasetEnhancer1.AddId

    • Constructor Detail

      • AddId

        public AddId​(String baseId)
    • Method Detail

      • addMetadata

        public boolean addMetadata​(InvDataset dataset)
        Description copied from interface: DatasetEnhancer1.DatasetMetadataAdder
        Attempt to add metadata to the given dataset and return true if successful. Return false if this DatasetMetadataAdder does not apply to the given dataset or if otherwise unsuccessful.
        Specified by:
        addMetadata in interface DatasetEnhancer1.DatasetMetadataAdder
        Parameters:
        dataset - the dataset to enhance with metadata.
        Returns:
        True if metadata added, otherwise false.