X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fsurfacing%2FSimpleDomain.java;h=9200eb887d3b4f6d9d115eb687c11d1c4c9f3049;hb=4e57c7dc6990ca5d36f8df6fdbd9c7917da87623;hp=76d73bf9bb381f76a0316a3d3add3aa1f48c2bd8;hpb=48f7a89be9d34f1930a1f863e608235cc27184c5;p=jalview.git diff --git a/forester/java/src/org/forester/surfacing/SimpleDomain.java b/forester/java/src/org/forester/surfacing/SimpleDomain.java index 76d73bf..9200eb8 100644 --- a/forester/java/src/org/forester/surfacing/SimpleDomain.java +++ b/forester/java/src/org/forester/surfacing/SimpleDomain.java @@ -6,7 +6,7 @@ // Copyright (C) 2008-2009 Christian M. Zmasek // Copyright (C) 2008-2009 Burnham Institute for Medical Research // All rights reserved -// +// // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either @@ -16,7 +16,7 @@ // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // Lesser General Public License for more details. -// +// // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA @@ -49,6 +49,7 @@ public class SimpleDomain implements Domain { throw new RuntimeException( "method not implemented" ); } + @Override public int compareTo( final Domain domain ) { if ( this == domain ) { return 0; @@ -56,10 +57,12 @@ public class SimpleDomain implements Domain { return getDomainId().compareTo( domain.getDomainId() ); } + @Override public DomainId getDomainId() { return _id; } + @Override public int getFrom() { throw new RuntimeException( "method not implemented" ); } @@ -73,6 +76,7 @@ public class SimpleDomain implements Domain { throw new RuntimeException( "method not implemented" ); } + @Override public short getNumber() { throw new RuntimeException( "method not implemented" ); } @@ -92,10 +96,12 @@ public class SimpleDomain implements Domain { throw new RuntimeException( "method not implemented" ); } + @Override public double getPerSequenceEvalue() { throw new RuntimeException( "method not implemented" ); } + @Override public double getPerSequenceScore() { throw new RuntimeException( "method not implemented" ); } @@ -104,10 +110,12 @@ public class SimpleDomain implements Domain { throw new RuntimeException( "method not implemented" ); } + @Override public int getTo() { throw new RuntimeException( "method not implemented" ); } + @Override public short getTotalCount() { throw new RuntimeException( "method not implemented" ); }