Class XIDFactory


  • public class XIDFactory
    extends java.lang.Object
    This class is a factory for unique identifiers, as they are used throughout the XES model for element identification. Uses the singleton pattern.
    Author:
    Christian W. Guenther (christian@deckfour.org)
    • Method Detail

      • instance

        public static XIDFactory instance()
        Accesses the singleton instance.
        Returns:
        Singleton ID factory.
      • createId

        public XID createId()
        Creates a new, unique ID.
        Returns:
        Unique ID.