X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fdm_javadoc%2Fcompbio%2Fdata%2Fsequence%2FFastaSequence.html;h=1975623e0633c0788d4b58eda0083ccb457dcc00;hb=5f582fe1adafda5df440d1d1b3955b2bca7fbc88;hp=c9a97f652916223134691c1e442add7a8435d099;hpb=cb02e8a08893701386c270a8bf9d0f08b9cbc4db;p=jabaws.git diff --git a/website/dm_javadoc/compbio/data/sequence/FastaSequence.html b/website/dm_javadoc/compbio/data/sequence/FastaSequence.html index c9a97f6..1975623 100644 --- a/website/dm_javadoc/compbio/data/sequence/FastaSequence.html +++ b/website/dm_javadoc/compbio/data/sequence/FastaSequence.html @@ -2,12 +2,12 @@ - + FastaSequence - + @@ -55,8 +55,8 @@ function windowTitle() PREV CLASS  - NEXT CLASSPREV CLASS  + NEXT CLASS FRAMES    NO FRAMES   @@ -92,13 +92,16 @@ compbio.data.sequence
Class FastaSequence
-java.lang.Object
+java.lang.Object
   extended by compbio.data.sequence.FastaSequence
 
+
+
Direct Known Subclasses:
AnnotatedSequence
+

@Immutable
-public class FastaSequence
extends java.lang.Object
+public class FastaSequence
extends Object

@@ -129,8 +132,8 @@ A FASTA formatted sequence. Please note that this class does not make any Constructor Summary -FastaSequence(java.lang.String id, - java.lang.String sequence) +FastaSequence(String id, + String sequence)
          Upon construction the any whitespace characters are removed from the @@ -149,8 +152,8 @@ A FASTA formatted sequence. Please note that this class does not make any static int -countMatchesInSequence(java.lang.String theString, - java.lang.String theRegExp) +countMatchesInSequence(String theString, + String theRegExp)
            @@ -158,14 +161,14 @@ A FASTA formatted sequence. Please note that this class does not make any  boolean -equals(java.lang.Object obj) +equals(Object obj)
            - java.lang.String + String getFormatedSequence(int width)
@@ -173,7 +176,7 @@ A FASTA formatted sequence. Please note that this class does not make any - java.lang.String + String getFormattedFasta()
@@ -181,7 +184,7 @@ A FASTA formatted sequence. Please note that this class does not make any - java.lang.String + String getId()
@@ -197,7 +200,7 @@ A FASTA formatted sequence. Please note that this class does not make any - java.lang.String + String getOnelineFasta()
@@ -205,7 +208,7 @@ A FASTA formatted sequence. Please note that this class does not make any - java.lang.String + String getSequence()
@@ -221,7 +224,7 @@ A FASTA formatted sequence. Please note that this class does not make any - java.lang.String + String toString()
@@ -231,10 +234,10 @@ A FASTA formatted sequence. Please note that this class does not make any   - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetClass, notify, notifyAll, wait, wait, wait
  @@ -253,8 +256,8 @@ A FASTA formatted sequence. Please note that this class does not make any

FastaSequence

-public FastaSequence(java.lang.String id,
-                     java.lang.String sequence)
+public FastaSequence(String id, + String sequence)
Upon construction the any whitespace characters are removed from the sequence @@ -276,7 +279,7 @@ public FastaSequence(java.lang.String id,

getId

-public java.lang.String getId()
+public String getId()
Gets the value of id

@@ -290,7 +293,7 @@ public java.lang.String getId()

getSequence

-public java.lang.String getSequence()
+public String getSequence()
Gets the value of sequence

@@ -304,8 +307,8 @@ public java.lang.String getSequence()

countMatchesInSequence

-public static int countMatchesInSequence(java.lang.String theString,
-                                         java.lang.String theRegExp)
+public static int countMatchesInSequence(String theString, + String theRegExp)
@@ -316,7 +319,7 @@ public static int countMatchesInSequence(java.lang.String theString,

getFormattedFasta

-public java.lang.String getFormattedFasta()
+public String getFormattedFasta()
@@ -327,7 +330,7 @@ public java.lang.String getFormattedFasta()

getOnelineFasta

-public java.lang.String getOnelineFasta()
+public String getOnelineFasta()
@@ -340,7 +343,7 @@ public java.lang.String getOnelineFasta()

getFormatedSequence

-public java.lang.String getFormatedSequence(int width)
+public String getFormatedSequence(int width)
Format sequence per width letter in one string. Without spaces.

@@ -366,12 +369,12 @@ public int getLength()

toString

-public java.lang.String toString()
+public String toString()
Same as oneLineFasta

-
Overrides:
toString in class java.lang.Object
+
Overrides:
toString in class Object
@@ -385,7 +388,7 @@ hashCode public int hashCode()
-
Overrides:
hashCode in class java.lang.Object
+
Overrides:
hashCode in class Object
@@ -396,10 +399,10 @@ public int hashCode()

equals

-public boolean equals(java.lang.Object obj)
+public boolean equals(Object obj)
-
Overrides:
equals in class java.lang.Object
+
Overrides:
equals in class Object
@@ -436,8 +439,8 @@ public boolean equals(java.lang.Object obj) PREV CLASS  - NEXT CLASSPREV CLASS  + NEXT CLASS FRAMES    NO FRAMES