Interface Standard

All Known Implementing Classes:
CODATA

public interface Standard
Represents a standardization body or publication (e.g., CODATA, IUPAC).
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the citation for this standard.
    Returns the name of the standard (e.g., "CODATA").
    Returns the version or year of the standard (e.g., "2018").
  • Method Details

    • getName

      String getName()
      Returns the name of the standard (e.g., "CODATA").
    • getVersion

      String getVersion()
      Returns the version or year of the standard (e.g., "2018").
    • getCitation

      Citation getCitation()
      Returns the citation for this standard.