Class Convert2Hydrophobicity
- java.lang.Object
 - 
- org.biojava.nbio.aaproperties.profeat.convertor.Convertor
 - 
- org.biojava.nbio.aaproperties.profeat.convertor.Convert2Hydrophobicity
 
 
 
- 
public class Convert2Hydrophobicity extends Convertor
 
- 
- 
Field Summary
- 
Fields inherited from class org.biojava.nbio.aaproperties.profeat.convertor.Convertor
group1, group2, group3, unknownGroup 
 - 
 
- 
Constructor Summary
Constructors Constructor Description Convert2Hydrophobicity() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description charconvert(char c)Class for the conversion of protein sequence into hydrophobicityStringgetAttribute()Return the attribute of the groupingString[]getGrouping()Returns the groupings of the attribute 
 - 
 
- 
- 
Constructor Detail
- 
Convert2Hydrophobicity
public Convert2Hydrophobicity()
 
 - 
 
- 
Method Detail
- 
convert
public char convert(char c)
Class for the conversion of protein sequence into hydrophobicity 
- 
getGrouping
public String[] getGrouping()
Description copied from class:ConvertorReturns the groupings of the attribute- Specified by:
 getGroupingin classConvertor- Returns:
 - the groupings of the attribute
 
 
- 
getAttribute
public String getAttribute()
Description copied from class:ConvertorReturn the attribute of the grouping- Specified by:
 getAttributein classConvertor- Returns:
 - the attribute of the grouping
 
 
 - 
 
 -