|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--edu.mssm.crover.webapps.dimlib.datamodel.ArcadiaAlignedSequence
Stores the BiologicalSequence of sequences stored in an alignment, and a reference to its WildTypeProtein.
| Field Summary | |
Sequence |
aseq
|
WildTypeProtein |
wtp
|
| Constructor Summary | |
ArcadiaAlignedSequence()
|
|
ArcadiaAlignedSequence(BiologicalSequence seq,
WildTypeProtein wtp)
|
|
| Method Summary | |
int |
getLength()
Returns the length of this sequence. |
java.lang.String |
getResidueCodes()
Returns the residue codes of the sequence. |
Sequence |
getSeq()
|
java.lang.String |
getShortName()
Returns the short name of this sequence. |
WildTypeProtein |
getWTP()
|
void |
setResidueCodes(java.lang.String residues)
|
void |
setSeq(BiologicalSequence seq)
|
void |
setShortName(java.lang.String name)
Sets the short name of this sequence. |
void |
setWTP(WildTypeProtein wtp)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public Sequence aseq
public WildTypeProtein wtp
| Constructor Detail |
public ArcadiaAlignedSequence()
public ArcadiaAlignedSequence(BiologicalSequence seq,
WildTypeProtein wtp)
| Method Detail |
public void setSeq(BiologicalSequence seq)
public Sequence getSeq()
public void setWTP(WildTypeProtein wtp)
public WildTypeProtein getWTP()
public void setResidueCodes(java.lang.String residues)
setResidueCodes in interface BiologicalSequencepublic java.lang.String getResidueCodes()
BiologicalSequence
getResidueCodes in interface BiologicalSequencepublic void setShortName(java.lang.String name)
BiologicalSequence
setShortName in interface BiologicalSequencefor a definition of the shortname.public java.lang.String getShortName()
BiologicalSequence
getShortName in interface BiologicalSequencepublic int getLength()
BiologicalSequence
getLength in interface BiologicalSequence
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||