|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Sequence
This interface defines the default behaviour of any kind of sequence with a certain mass - be it DNA, portein or something else.
Method Summary | |
---|---|
int |
getLength()
This method reports on the length of the current sequence. |
double |
getMass()
This method will return the mass for the sequence. |
String |
getSequence()
This method will retrieve the sequence. |
void |
setSequence(String aSequence)
This method will set the sequence. |
Method Detail |
---|
void setSequence(String aSequence)
aSequence
- String with the sequence.String getSequence()
double getMass()
int getLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |