|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmodele.ObjectListe
modele.SequenceListe
testsorigin.AlignedSequences
public class AlignedSequences
This class to provide some records of sets of tests aligned sequences.
Singleton Design Pattern
DO NOT use directly this class!
Field Summary | |
---|---|
protected static AlignedSequences |
localinstance
The local set of aligned sequences. |
Constructor Summary | |
---|---|
AlignedSequences()
|
Method Summary | |
---|---|
static ADN1test[] |
conversionFrom(SequenceListe liste)
Conversion of a set of sequences listes to a tab of ADN1test's |
static java.util.Vector |
conversionFrom(SequenceListe[] listes)
Conversion of a set of sequences listes to a vector of tabs of ADN1test's |
static ADN1cible |
convertFrom(Sequence cible)
To get a "cible sequence" from an instance of Sequence. |
static ADN1test |
convertFrom(Sequence cible,
int diff)
To get a "test sequence" from an instance of Sequence. |
static AlignedSequences |
getAlignedSequences()
To get the original set of aligned sequences. |
static AlignedSequences |
getAlignment()
|
Methods inherited from class modele.SequenceListe |
---|
addSequence, clone, combinationWithoutRepetition, combinatoire, computeAverageVariabilite, equals, factorielle, getListe, getMoyenneVariabilite, getSequence, getSequence, has, isIn, length, removeSequence, removeSequence, setListe, setSequence, sortByDecreasing, sortByIncreasing |
Methods inherited from class modele.ObjectListe |
---|
addObjet, equals, getListeObjects, getObject, has, removeObject, removeObject, setListe, setObject |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static AlignedSequences localinstance
Constructor Detail |
---|
public AlignedSequences()
Method Detail |
---|
public static AlignedSequences getAlignedSequences()
public static AlignedSequences getAlignment()
public static java.util.Vector conversionFrom(SequenceListe[] listes)
listes
- (SequenceListe[])
ADN1test
,
Sequence
,
SequenceListe
,
controller
public static ADN1test[] conversionFrom(SequenceListe liste)
liste
- (SequenceListe)
ADN1test
,
Sequence
,
SequenceListe
public static ADN1cible convertFrom(Sequence cible)
cible
- (Sequence)
public static ADN1test convertFrom(Sequence cible, int diff)
cible
- (Sequence)diff
- (int) [unused]
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |