Class: Pubid::Cie::SupplementIdentifier
- Inherits:
-
Identifier
- Object
- Lutaml::Model::Serializable
- Identifier
- Identifier
- Pubid::Cie::SupplementIdentifier
- Defined in:
- lib/pubid/cie/supplement_identifier.rb
Overview
Base class for CIE supplement identifiers Single Responsibility: Provide common attributes for supplement documents
Supplement identifiers modify or extend base identifiers. Unlike ISO/IEC, CIE supplements store base information as flat string attributes rather than recursive Identifier objects.
Classes inheriting from SupplementIdentifier:
-
Corrigendum (corrigenda with /CorN notation)
-
Supplement (supplements with -SPN notation)
Architecture Note: CIE uses a different architectural approach than ISO/IEC:
-
ISO/IEC: Recursive base_identifier objects
-
CIE: Flat string attributes (base_number, base_year, etc.)
Direct Known Subclasses
Method Summary
Methods inherited from Identifier
Methods inherited from Identifier
#base_identifier, #eql?, #exclude, #hash, #initialize, #mr_number, #mr_number_with_part, #mr_part, #mr_publisher, #mr_type, #mr_year, #new_edition_of?, polymorphic_name, #render, #resolve_urn_generator, #root, #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