X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Futil%2Fmatcher%2FMatcherI.java;h=a951fae7b46c02684385b3b6aacfcc3bb15a5273;hb=4f9cb2ca5ee0d5556c44b223b0cc87334c7df74a;hp=ca6d44c6dae04fd055fe272d8c07b396bb2dcc36;hpb=67dbd0072044a077ac43079ea12c8c4803636ee1;p=jalview.git diff --git a/src/jalview/util/matcher/MatcherI.java b/src/jalview/util/matcher/MatcherI.java index ca6d44c..a951fae 100644 --- a/src/jalview/util/matcher/MatcherI.java +++ b/src/jalview/util/matcher/MatcherI.java @@ -1,3 +1,23 @@ +/* + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 + * of the License, or (at your option) any later version. + * + * Jalview is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + */ package jalview.util.matcher; public interface MatcherI @@ -13,6 +33,4 @@ public interface MatcherI Condition getCondition(); String getPattern(); - - float getFloatValue(); }