de.zimek.proteinfeatures.groups
Class AbstractGroup

java.lang.Object
  extended byde.zimek.proteinfeatures.groups.AbstractGroup
All Implemented Interfaces:
Group
Direct Known Subclasses:
Hydrophobicity, NormalizedVanDerWaalsVolume, Polarity, Polarizability

public abstract class AbstractGroup
extends java.lang.Object
implements Group

Author:
Arthur Zimek

Field Summary
protected  java.lang.String attributeNamePrefix
           
protected  java.lang.String[] groups
           
 
Constructor Summary
AbstractGroup()
           
 
Method Summary
 java.lang.String getAttributeNamePrefix()
          Returns a prefix for attribute description
 java.lang.String[] getGroups()
          Returns a name for each 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
mapping
 

Field Detail

groups

protected java.lang.String[] groups

attributeNamePrefix

protected java.lang.String attributeNamePrefix
Constructor Detail

AbstractGroup

public AbstractGroup()
Method Detail

getGroups

public java.lang.String[] getGroups()
Description copied from interface: Group
Returns a name for each group

Specified by:
getGroups in interface Group
Returns:
String[] array of names for each group
See Also:
Group.getGroups()

getAttributeNamePrefix

public java.lang.String getAttributeNamePrefix()
Description copied from interface: Group
Returns a prefix for attribute description

Specified by:
getAttributeNamePrefix in interface Group
Returns:
String
See Also:
Group.getAttributeNamePrefix()