Interface IAutoIDGenerator

All Known Implementing Classes:
RandomizedIDGenerator, SequentialIDGenerator

public interface IAutoIDGenerator
An object that generates automatic IDs for ontological entities.
  • Method Summary

    Modifier and Type
    Method
    Description
    Generates a new automatic ID.
  • Method Details

    • nextID

      String nextID()
      Generates a new automatic ID.
      Returns:
      The newly generated ID.