de.zimek.proteinfeatures.groups
Class Polarizability

java.lang.Object
  extended byde.zimek.proteinfeatures.groups.AbstractGroup
      extended byde.zimek.proteinfeatures.groups.Polarizability
All Implemented Interfaces:
Group

public class Polarizability
extends AbstractGroup

Author:
Arthur Zimek

Field Summary
 
Fields inherited from class de.zimek.proteinfeatures.groups.AbstractGroup
attributeNamePrefix, groups
 
Constructor Summary
Polarizability()
           
 
Method Summary
 int mapping(char aa)
          Returns the index of the given amino acid in the current group.
 
Methods inherited from class de.zimek.proteinfeatures.groups.AbstractGroup
getAttributeNamePrefix, getGroups
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Polarizability

public Polarizability()
Method Detail

mapping

public int mapping(char aa)
Description copied from interface: Group
Returns the index of the given amino acid in the current group.

Parameters:
aa - the aminoacid to return the index of
Returns:
int -1 if the aa is not assigned to a group, the index within the group otherwise
See Also:
Group.mapping(char)