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