X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Forg%2Fbiojava%2Fdasobert%2Fdasregistry%2FDasSource.java;h=a2112b6786b61a2b37b672cf8ec8befba4b5f007;hb=56ab3a18f36a613d943efa0edcfcee3cae248343;hp=c9aee5dad45f4e0bb70be35720ec921e9a87f7b6;hpb=ac8acb905e84708b759ae1e87eaf6691d9376d57;p=jalview.git diff --git a/src/org/biojava/dasobert/dasregistry/DasSource.java b/src/org/biojava/dasobert/dasregistry/DasSource.java index c9aee5d..a2112b6 100755 --- a/src/org/biojava/dasobert/dasregistry/DasSource.java +++ b/src/org/biojava/dasobert/dasregistry/DasSource.java @@ -33,13 +33,13 @@ public interface DasSource { /** compare if two das sources are equal * * @param ds - * @return + * @return returns true if two DAS sources are equivalent */ public boolean equals(DasSource ds); /** classes that implement equals, should also implement hashKey * - * @return + * @return the hash code of a das source */ public int hashCode(); @@ -50,6 +50,7 @@ public interface DasSource { * identifier. The public DAS-Registry has Auto_Ids that look like * DASSOURCE:12345; public look like XYZ:12345, where the XYZ * prefix can be configured in the config file. + * @return String the ID of a Das Source */ public String getId();