IdGenerator

papyrus.logic.utility.IdGenerator
object IdGenerator

Generates unique hexadecimal string IDs using an internal counter

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def nextId(): String

Returns the next unique ID as an uppercase hexadecimal string

Returns the next unique ID as an uppercase hexadecimal string

Attributes