Class CODATA

java.lang.Object
org.episteme.natural.physics.CODATA
All Implemented Interfaces:
Standard

public class CODATA extends Object implements Standard
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Field Details

    • V2022

      public static final CODATA V2022
  • Constructor Details

    • CODATA

      public CODATA(String version)
  • Method Details

    • getName

      public String getName()
      Description copied from interface: Standard
      Returns the name of the standard (e.g., "CODATA").
      Specified by:
      getName in interface Standard
    • getVersion

      public String getVersion()
      Description copied from interface: Standard
      Returns the version or year of the standard (e.g., "2018").
      Specified by:
      getVersion in interface Standard
    • getCitation

      public Citation getCitation()
      Description copied from interface: Standard
      Returns the citation for this standard.
      Specified by:
      getCitation in interface Standard