|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.zimek.proteinfeatures.groups.CharGroup
Field Summary | |
protected char[] |
group
|
protected java.lang.String[] |
groups
|
Constructor Summary | |
CharGroup()
|
Method Summary | |
java.lang.String[] |
getGroups()
Returns a name for each group |
protected void |
init()
|
int |
mapping(char aa)
Returns the index of the given amino acid in the current group. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface de.zimek.proteinfeatures.groups.Group |
getAttributeNamePrefix |
Field Detail |
protected char[] group
protected java.lang.String[] groups
Constructor Detail |
public CharGroup()
Method Detail |
protected void init()
public int mapping(char aa)
Group
mapping
in interface Group
aa
- the aminoacid to return the index of
Group.mapping(char)
public java.lang.String[] getGroups()
Group
getGroups
in interface Group
Group.getGroups()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |