|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsteg.Clelland
public class Clelland
The Class encode/decodes a character array into a RNA sequence
Constructor Summary | |
---|---|
Clelland()
|
Method Summary | |
---|---|
char[] |
decode(char[] genome)
Decodes a character array out of a RNA sequence |
char[] |
encode(char[] text)
Encodes a character array into a RNA sequence |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Clelland()
Method Detail |
---|
public char[] encode(char[] text)
text
- the character array to encode
public char[] decode(char[] genome)
genome
- the RNA sequence
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |