Class IdGenerator

  • All Implemented Interfaces:
    java.io.Serializable

    public class IdGenerator
    extends java.lang.Object
    implements java.io.Serializable
    Id generator used in CrossModuleMotion.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      IdGenerator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int newId()
      Creates a new id for stubbing a method.
      • 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

      • newId

        public int newId()
        Creates a new id for stubbing a method.