Class JournalIssue

    • Constructor Detail

      • JournalIssue

        public JournalIssue​(java.lang.String volume,
                            java.lang.String issue,
                            java.lang.String articleNumber,
                            Range pages)
        In order to represent entire issues of a journal — in cases where an institution has a special issue of a journal featuring work from a group of researcher associated with the department, or a similar collection. This class is used as a placeholder to hold information of such collections
        Parameters:
        volume - Journal volume for the article.
        issue - Journal issue for the article.
        articleNumber - Article number for the article.
        pages - Page range for the article.