Class IDMaker.ByName

java.lang.Object
org.biojava.bio.seq.db.IDMaker.ByName
All Implemented Interfaces:
Serializable, IDMaker
Enclosing interface:
IDMaker

public static class IDMaker.ByName extends Object implements Serializable, IDMaker
See Also:
  • Constructor Details

  • Method Details

    • calcID

      public 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