Class IdGenerator


  • public class IdGenerator
    extends java.lang.Object
    This class is used to generate unique IDs for nodes.
    • Constructor Summary

      Constructors 
      Constructor Description
      IdGenerator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getNextId()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IdGenerator

        public IdGenerator()
    • Method Detail

      • getNextId

        public int getNextId()