Uses of Class
ProGAL.proteins.belta.SSType

Packages that use SSType
ProGAL.proteins.belta   
 

Uses of SSType in ProGAL.proteins.belta
 

Fields in ProGAL.proteins.belta declared as SSType
 SSType SecondaryStructure.SSSegment.type
           
 

Methods in ProGAL.proteins.belta that return SSType
 SSType SecondaryStructure.getType(int r)
          TODO: Comment and test
static SSType SSType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SSType[] SSType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.