Package org.incenp.obofoundry.kgcl
Interface IAutoIDGenerator
- All Known Implementing Classes:
RandomizedIDGenerator
,SequentialIDGenerator
public interface IAutoIDGenerator
An object that generates automatic IDs for ontological entities.
-
Method Summary
-
Method Details
-
nextID
String nextID()Generates a new automatic ID.- Returns:
- The newly generated ID.
-