de.zimek.proteinfeatures.groups
Class NormalizedVanDerWaalsVolume

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

public class NormalizedVanDerWaalsVolume
extends AbstractGroup

Author:
Arthur Zimek

Field Summary
 
Fields inherited from class de.zimek.proteinfeatures.groups.AbstractGroup
attributeNamePrefix, groups
 
Constructor Summary
NormalizedVanDerWaalsVolume()
           
 
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

NormalizedVanDerWaalsVolume

public NormalizedVanDerWaalsVolume()
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)