org.biojava.bio.program.das
Class DataSource

java.lang.Object
  extended byorg.biojava.bio.program.das.DataSource
Direct Known Subclasses:
ReferenceServer

public class DataSource
extends java.lang.Object

Reflect a datasource (reference or annotation) in the DAS1 network.

Author:
Matthew Pocock, Thomas Down

Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.String getDescription()
           
 DistDataSource getDistDataSource()
           
 java.net.URL getMapURL()
           
 java.lang.String getName()
           
 java.net.URL getURL()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getURL

public java.net.URL getURL()

getMapURL

public java.net.URL getMapURL()

getName

public java.lang.String getName()

getDescription

public java.lang.String getDescription()

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object other)

getDistDataSource

public DistDataSource getDistDataSource()
                                 throws BioException
Throws:
BioException