X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fdatamodel%2FBinaryNode.java;h=d4335b3345a0573878b46297fdcc9ce7adf9551d;hb=cfd4c0f73bdba694e2d854684a8a3f679ccdba27;hp=9be34b4974a333eae44d6c91359616bf813af3dc;hpb=506d60f0e188723ddc91c26824b41ac7034df3fe;p=jalview.git diff --git a/src/jalview/datamodel/BinaryNode.java b/src/jalview/datamodel/BinaryNode.java index 9be34b4..d4335b3 100755 --- a/src/jalview/datamodel/BinaryNode.java +++ b/src/jalview/datamodel/BinaryNode.java @@ -1,20 +1,19 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.4) - * Copyright (C) 2008 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8) + * Copyright (C) 2012 J Procter, AM Waterhouse, LM Lui, J Engelhardt, G Barton, M Clamp, S Searle * - * This program 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 2 - * of the License, or (at your option) any later version. + * This file is part of Jalview. * - * This program 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. + * 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 this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * You should have received a copy of the GNU General Public License along with Jalview. If not, see . */ package jalview.datamodel; @@ -52,11 +51,11 @@ public class BinaryNode * Creates a new BinaryNode object. * * @param element - * DOCUMENT ME! + * DOCUMENT ME! * @param parent - * DOCUMENT ME! + * DOCUMENT ME! * @param name - * DOCUMENT ME! + * DOCUMENT ME! */ public BinaryNode(Object element, BinaryNode parent, String name) { @@ -81,7 +80,7 @@ public class BinaryNode * DOCUMENT ME! * * @param v - * DOCUMENT ME! + * DOCUMENT ME! * * @return DOCUMENT ME! */ @@ -104,7 +103,7 @@ public class BinaryNode * DOCUMENT ME! * * @param n - * DOCUMENT ME! + * DOCUMENT ME! * * @return DOCUMENT ME! */ @@ -127,7 +126,7 @@ public class BinaryNode * DOCUMENT ME! * * @param n - * DOCUMENT ME! + * DOCUMENT ME! * * @return DOCUMENT ME! */ @@ -150,7 +149,7 @@ public class BinaryNode * DOCUMENT ME! * * @param n - * DOCUMENT ME! + * DOCUMENT ME! * * @return DOCUMENT ME! */ @@ -258,10 +257,10 @@ public class BinaryNode } /** - * DOCUMENT ME! * - * @param name - * DOCUMENT ME! + * set the display name + * + * @param new name */ public void setName(String name) { @@ -269,9 +268,9 @@ public class BinaryNode } /** - * DOCUMENT ME! * - * @return DOCUMENT ME! + * + * @return the display name for this node */ public String getName() { @@ -279,10 +278,9 @@ public class BinaryNode } /** - * DOCUMENT ME! + * set integer bootstrap value * * @param boot - * DOCUMENT ME! */ public void setBootstrap(int boot) { @@ -290,9 +288,9 @@ public class BinaryNode } /** - * DOCUMENT ME! + * get bootstrap * - * @return DOCUMENT ME! + * @return integer value */ public int getBootstrap() {