org.biojava.bio.seq.db
Class IDMaker.ByURN
java.lang.Object
org.biojava.bio.seq.db.IDMaker.ByURN
- All Implemented Interfaces:
- Serializable, IDMaker
- Enclosing interface:
- IDMaker
public static class IDMaker.ByURN
- extends Object
- implements Serializable, IDMaker
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IDMaker.ByURN
public IDMaker.ByURN()
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