Class SimpleIdentification

java.lang.Object
org.episteme.core.util.identity.Identification
org.episteme.core.util.identity.SimpleIdentification
All Implemented Interfaces:
Serializable, Identified<Identification>

public class SimpleIdentification extends Identification
A simple string-based identification.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • SimpleIdentification

      public SimpleIdentification(String value)
  • Method Details

    • getScheme

      public String getScheme()
      Description copied from class: Identification
      Returns the identification scheme (e.g., "UUID", "ISBN", "DOI").
      Specified by:
      getScheme in class Identification
      Returns:
      the scheme name