Interface DatasetEnhancer1.DatasetMetadataAdder

    • Method Detail

      • addMetadata

        boolean addMetadata​(InvDataset dataset)
        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.
        Parameters:
        dataset - the dataset to enhance with metadata.
        Returns:
        True if metadata added, otherwise false.