Class: Pubid::Ieee::Identifiers::InterpretationIdentifier

Inherits:
SupplementIdentifier show all
Defined in:
lib/pubid/ieee/identifiers/interpretation_identifier.rb

Overview

Interpretation identifier for IEEE standards Represents an interpretation sheet or clarification Example: IEEE Std 1076/INT-1991, IEEE Std 1003.1-1988/INT

Constant Summary collapse

TYPED_STAGES =

TYPED_STAGES for interpretation Interpretation uses "INT" abbreviation

[
  Components::TypedStage.new(
    abbr: ["INT"],
    type_code: "interpretation",
    stage_code: "published",
  ),
].freeze

Method Summary

Methods inherited from SupplementIdentifier

#code, #publisher