org.biojava3.core.sequence
Class TaxonomyID

java.lang.Object
  extended by org.biojava3.core.sequence.TaxonomyID

public class TaxonomyID
extends Object

A sequence can be associated with a species or Taxonomy ID

Author:
Scooter Willis

Constructor Summary
TaxonomyID(String id, DataSource dataSource)
           
 
Method Summary
 DataSource getDataSource()
           
 String getID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaxonomyID

public TaxonomyID(String id,
                  DataSource dataSource)
Method Detail

getID

public String getID()
Returns:
the id

getDataSource

public DataSource getDataSource()
Returns:
the source