X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fdm_javadoc%2Fcompbio%2Fdata%2Fsequence%2FAlignment.html;h=5f14d3062bad96eb6f92bbaf67e282ac1432af66;hb=6e1c873d0879f462b1fb1a1efa444cf993a9e76a;hp=b2f0dc5882486a4043315a2053660fe86138a0e4;hpb=cb02e8a08893701386c270a8bf9d0f08b9cbc4db;p=jabaws.git diff --git a/website/dm_javadoc/compbio/data/sequence/Alignment.html b/website/dm_javadoc/compbio/data/sequence/Alignment.html index b2f0dc5..5f14d30 100644 --- a/website/dm_javadoc/compbio/data/sequence/Alignment.html +++ b/website/dm_javadoc/compbio/data/sequence/Alignment.html @@ -2,12 +2,12 @@ - + Alignment - + @@ -92,13 +92,13 @@ compbio.data.sequence
Class Alignment
-java.lang.Object
+java.lang.Object
   extended by compbio.data.sequence.Alignment
 

@Immutable
-public final class Alignment
extends java.lang.Object
+public final class Alignment
extends Object

@@ -130,14 +130,14 @@ Multiple sequence alignment. Constructor Summary -Alignment(java.util.List<FastaSequence> sequences, +Alignment(List<FastaSequence> sequences, AlignmentMetadata metadata)
            -Alignment(java.util.List<FastaSequence> sequences, +Alignment(List<FastaSequence> sequences, Program program, char gapchar) @@ -157,7 +157,7 @@ Multiple sequence alignment.  boolean -equals(java.lang.Object obj) +equals(Object obj)
          Please note that this implementation does not take the order of sequences @@ -173,7 +173,7 @@ Multiple sequence alignment. - java.util.List<FastaSequence> + List<FastaSequence> getSequences()
@@ -197,7 +197,7 @@ Multiple sequence alignment. - java.lang.String + String toString()
@@ -207,10 +207,10 @@ Multiple sequence alignment.   - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitclone, finalize, getClass, notify, notifyAll, wait, wait, wait
  @@ -229,7 +229,7 @@ Multiple sequence alignment.

Alignment

-public Alignment(java.util.List<FastaSequence> sequences,
+public Alignment(List<FastaSequence> sequences,
                  Program program,
                  char gapchar)
@@ -241,7 +241,7 @@ public Alignment(java.util.List<

Alignment

-public Alignment(java.util.List<FastaSequence> sequences,
+public Alignment(List<FastaSequence> sequences,
                  AlignmentMetadata metadata)
@@ -261,7 +261,7 @@ public Alignment(java.util.List<

getSequences

-public java.util.List<FastaSequence> getSequences()
+public List<FastaSequence> getSequences()
@@ -297,10 +297,10 @@ public

toString

-public java.lang.String toString()
+public String toString()
-
Overrides:
toString in class java.lang.Object
+
Overrides:
toString in class Object
@@ -314,7 +314,7 @@ hashCode public int hashCode()
-
Overrides:
hashCode in class java.lang.Object
+
Overrides:
hashCode in class Object
@@ -325,13 +325,13 @@ public int hashCode()

equals

-public boolean equals(java.lang.Object obj)
+public boolean equals(Object obj)
Please note that this implementation does not take the order of sequences into account!

-
Overrides:
equals in class java.lang.Object
+
Overrides:
equals in class Object