|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectalonefichiers.Fichier
alonefichiers.FichierBracket
public class FichierBracket
This class for a Bracket recording file format.
seen also :
Lab for Computational Biology - alterRNA
The predicted RNA structure in dot-parenthesis format.
The sequence is given from 5' to 3' end, and the structure
is given with matching parenthesis denoting a base pair and
a dot denoting an unbounded base.
FichierConvert
Field Summary | |
---|---|
private Sequence |
cible
Current sequence of file. |
private PalindromeListe |
liste
Current list of palindromes of file. |
Constructor Summary | |
---|---|
FichierBracket(Sequence cible,
PalindromeListe liste)
Constructor with given sequence and a list of palindromes. |
Method Summary | |
---|---|
PalindromeListe |
getListe()
To get the list of palindromes of current instance. |
Sequence |
getSequence()
To get the sequence of current instance. |
Methods inherited from class alonefichiers.Fichier |
---|
addToChamps, getChamp, getChamps, getChampsToString, getNom, getType, isValid, length, printFile, readFile, setChamps, setChamps, setValid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Sequence cible
private PalindromeListe liste
Constructor Detail |
---|
public FichierBracket(Sequence cible, PalindromeListe liste)
cible
- Sequenceliste
- PalindromeListeFichier.Fichier(String, String)
,
Fichier.printFile()
Method Detail |
---|
public Sequence getSequence()
public PalindromeListe getListe()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |