X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fapi%2Fanalysis%2FViewBasedAnalysisI.java;h=37a5643163a9ee0b797d668c013110a43a037e52;hb=2dcd2b8cfb1b38575c8b2246d59ba1c1a2fb59cd;hp=c8454fe5e28f39d7896c4ebfac62ca25bb1044b0;hpb=ad5f89c13161c897a25f7364d344e13e6940e503;p=jalview.git diff --git a/src/jalview/api/analysis/ViewBasedAnalysisI.java b/src/jalview/api/analysis/ViewBasedAnalysisI.java index c8454fe..37a5643 100644 --- a/src/jalview/api/analysis/ViewBasedAnalysisI.java +++ b/src/jalview/api/analysis/ViewBasedAnalysisI.java @@ -1,6 +1,25 @@ +/* + * 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.api.analysis; -import jalview.api.AlignViewportI; import jalview.api.AlignmentViewPanel; public interface ViewBasedAnalysisI @@ -8,8 +27,9 @@ public interface ViewBasedAnalysisI /** * Parameterise the analysis model using the current view + * * @param view - * @return true if model is applicable and calculation should procede + * @return true if model is applicable and calculation should proceed */ boolean configureFromAlignmentView(AlignmentViewPanel view);