Uses of Class
org.biojava.nbio.structure.secstruc.SecStrucType
-
Packages that use SecStrucType Package Description org.biojava.nbio.structure.io.mmtf org.biojava.nbio.structure.secstruc -
-
Uses of SecStrucType in org.biojava.nbio.structure.io.mmtf
Methods in org.biojava.nbio.structure.io.mmtf that return SecStrucType Modifier and Type Method Description static SecStrucTypeMmtfUtils. getSecStructTypeFromDsspIndex(int dsspIndex)Set the DSSP type based on a numerical index. -
Uses of SecStrucType in org.biojava.nbio.structure.secstruc
Fields in org.biojava.nbio.structure.secstruc declared as SecStrucType Modifier and Type Field Description protected SecStrucTypeSecStrucInfo. typeMethods in org.biojava.nbio.structure.secstruc that return SecStrucType Modifier and Type Method Description static SecStrucTypeSecStrucType. fromCharacter(Character stype)Converts a Character representing a Secondary Structure type into the corresponding enum object.SecStrucTypeSecStrucElement. getType()Returns theSecStrucTypeof this element.SecStrucTypeSecStrucInfo. getType()static SecStrucTypeSecStrucType. valueOf(String name)Returns the enum constant of this type with the specified name.static SecStrucType[]SecStrucType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.biojava.nbio.structure.secstruc with parameters of type SecStrucType Modifier and Type Method Description voidSecStrucInfo. setType(SecStrucType t)Constructors in org.biojava.nbio.structure.secstruc with parameters of type SecStrucType Constructor Description SecStrucElement(SecStrucType type, ResidueNumber start, ResidueNumber end, int length, int index, String chainID)Create a new SSE object.SecStrucInfo(Group g, String ass, SecStrucType t)SecStrucState(Group g, String ass, SecStrucType t)
-