X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fdatamodel%2FAlignmentOrder.java;h=1fa3b96c90f53ae42f0118709fc1b7bb5fde2cf9;hb=d836fdf0564204d853e3ec844c8dbaec27d3cf23;hp=445671d47addb1630edb3832f73b29102d854fa1;hpb=33c59ebddbc51bbd26bc4c8576ec17c1498b19e8;p=jalview.git diff --git a/src/jalview/datamodel/AlignmentOrder.java b/src/jalview/datamodel/AlignmentOrder.java index 445671d..1fa3b96 100755 --- a/src/jalview/datamodel/AlignmentOrder.java +++ b/src/jalview/datamodel/AlignmentOrder.java @@ -1,117 +1,184 @@ -package jalview.datamodel; - -import java.util.*; - -/** - *

Title:

- * - *

Description:

- * - *

Copyright: Copyright (c) 2004

- * - *

Company: Dundee University

- * - * @author not attributable - * @version 1.0 - */ -public class AlignmentOrder -{ - public AlignmentOrder() - { - } - - public void setType(int Type) - { - this.Type = Type; - } - - public int getType() - { - return Type; - } - - public void setName(String Name) - { - this.Name = Name; - } - - public String getName() - { - return Name; - } - - public void setOrder(Vector Order) - { - this.Order = Order; - } - - public Vector getOrder() - { - - return Order; - } -// JBPNote : this method would return a vector containing all sequences in seqset -// with those also contained in order at the beginning of the vector in the order -// given by order. AlignmentSorter.vectorSubsetToArray already does this, but that method -// should be here for completeness. - -/* public Vector getOrder(AlignmentI seqset) - { - Vector perm = new Vector(seqset.getHeight()); - for (i=0, o = 0, n=seqset.getHeight(), p = Order.size(); iTitle:

+ * + *

Description:

+ * + *

Copyright: Copyright (c) 2004

+ * + *

Company: Dundee University

+ * + * @author not attributable + * @version 1.0 + */ +public class AlignmentOrder +{ + // JBPNote : this method would return a vector containing all sequences in seqset + // with those also contained in order at the beginning of the vector in the order + // given by order. AlignmentSorter.vectorSubsetToArray already does this, but that method + // should be here for completeness. + + /* public Vector getOrder(AlignmentI seqset) + { + Vector perm = new Vector(seqset.getHeight()); + for (i=0, o = 0, n=seqset.getHeight(), p = Order.size(); i