inprogress
[jalview.git] / forester / java / src / org / forester / protein / Domain.java
index ef2e65a..3ede985 100644 (file)
@@ -22,7 +22,7 @@
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
 //
 // Contact: phylosoft @ gmail . com
-// WWW: www.phylosoft.org/forester
+// WWW: https://sites.google.com/site/cmzmasek/home/software/forester
 
 package org.forester.protein;
 
@@ -34,6 +34,8 @@ public interface Domain extends Comparable<Domain> {
 
     public DomainId getDomainId();
 
+    public int getLength();
+
     public int getFrom();
 
     public GoId getGoId( int i );