Class: Pubid::Cie::SingleIdentifier
- Inherits:
-
Identifier
- Object
- Lutaml::Model::Serializable
- Identifier
- Identifier
- Pubid::Cie::SingleIdentifier
- Defined in:
- lib/pubid/cie/single_identifier.rb
Overview
Base class for single CIE identifiers (standards, conferences, etc.) Single Responsibility: Provide common attributes for base documents
Single identifiers are base documents that can exist independently, as opposed to supplement identifiers (amendments, corrigenda) which modify a base identifier.
Classes inheriting from SingleIdentifier:
- Standard (common CIE publications)
- Conference (conference proceedings)
- Bundle (bundles of multiple identifiers)
- JointPublished (co-published with ISO/IEC)
- DualPublished (dual published with IEC)
- Identical (identical to ISO publications)
- TutorialBundle (tutorial bundles)
Direct Known Subclasses
Identifiers::Bundle, Identifiers::Conference, Identifiers::DualPublished, Identifiers::Identical, Identifiers::JointPublished, Identifiers::Standard, Identifiers::TutorialBundle
Method Summary
Methods inherited from Identifier
Methods inherited from Identifier
#base_identifier, #eql?, #exclude, from_hash, #hash, #initialize, #mr_number, #mr_number_with_part, #mr_part, #mr_publisher, #mr_type, #mr_year, #new_edition_of?, polymorphic_name, polymorphic_type_map, #render, #resolve_urn_generator, #root, #to_hash, #to_mr_string, #to_s, #to_supplement_s, #to_urn, #urn_supplement_type, #urn_type_code, #year
Constructor Details
This class inherits a constructor from Pubid::Identifier