Class IDMaker.ByName

    • Constructor Summary

      Constructors 
      Constructor Description
      ByName()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String calcID​(Sequence seq)
      Calculate the id for a sequence.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • calcID

        public java.lang.String calcID​(Sequence seq)
        Description copied from interface: IDMaker
        Calculate the id for a sequence.

        Each unique sequence should return a unique ID.

        Specified by:
        calcID in interface IDMaker
        Parameters:
        seq - the sequence to ID
        Returns:
        the id for the sequence