X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fdata%2Fsequence%2FAlignment.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fdata%2Fsequence%2FAlignment.html;h=0000000000000000000000000000000000000000;hb=0bbebf27d045b1345bc042bdf24ef2e6808df251;hp=ce29939c1803e40f10ac8bbf8eabca07e1ae6d8c;hpb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;p=jabaws.git diff --git a/website/full_javadoc/compbio/data/sequence/Alignment.html b/website/full_javadoc/compbio/data/sequence/Alignment.html deleted file mode 100644 index ce29939..0000000 --- a/website/full_javadoc/compbio/data/sequence/Alignment.html +++ /dev/null @@ -1,403 +0,0 @@ - - - - - - -Alignment - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -compbio.data.sequence -
-Class Alignment

-
-java.lang.Object
-  extended by compbio.data.sequence.Alignment
-
-
-
-
@Immutable
-public final class Alignment
extends Object
- - -

-Multiple sequence alignment. - - Does not give any guarantees on the content of individual FastaSequece - records. It does not guarantee neither the uniqueness of the names of - sequences nor it guarantees the uniqueness of the sequences. -

- -

-

-
Version:
-
1.0 September 2009
-
Author:
-
pvtroshin
-
See Also:
FastaSequence, -AlignmentMetadata
-
- -

- - - - - - - - - - - - - - -
-Constructor Summary
Alignment(List<FastaSequence> sequences, - AlignmentMetadata metadata) - -
-           
Alignment(List<FastaSequence> sequences, - Program program, - char gapchar) - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- booleanequals(Object obj) - -
-          Please note that this implementation does not take the order of sequences - into account!
- AlignmentMetadatagetMetadata() - -
-           
- List<FastaSequence>getSequences() - -
-           
- intgetSize() - -
-           
- inthashCode() - -
-           
- StringtoString() - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-Alignment

-
-public Alignment(List<FastaSequence> sequences,
-                 Program program,
-                 char gapchar)
-
-
-
Parameters:
sequences -
program -
gapchar -
-
-
- -

-Alignment

-
-public Alignment(List<FastaSequence> sequences,
-                 AlignmentMetadata metadata)
-
-
-
Parameters:
sequences -
metadata -
-
- - - - - - - - -
-Method Detail
- -

-getSequences

-
-public List<FastaSequence> getSequences()
-
-
- -
Returns:
list of FastaSequence records
-
-
-
- -

-getSize

-
-public int getSize()
-
-
- -
Returns:
a number of sequence in the alignment
-
-
-
- -

-getMetadata

-
-public AlignmentMetadata getMetadata()
-
-
- -
Returns:
AlignmentMetadata object
-
-
-
- -

-toString

-
-public String toString()
-
-
-
Overrides:
toString in class Object
-
-
-
-
-
-
- -

-hashCode

-
-public int hashCode()
-
-
-
Overrides:
hashCode in class Object
-
-
-
-
-
-
- -

-equals

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

-

-
Overrides:
equals in class Object
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -