Uses of Enum Class
org.biojava.nbio.structure.secstruc.SecStrucType
Packages that use SecStrucType
-
Uses of SecStrucType in org.biojava.nbio.structure.io.mmtf
Methods in org.biojava.nbio.structure.io.mmtf that return SecStrucTypeModifier and TypeMethodDescriptionstatic 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 SecStrucTypeMethods in org.biojava.nbio.structure.secstruc that return SecStrucTypeModifier and TypeMethodDescriptionstatic SecStrucTypeSecStrucType.fromCharacter(Character stype) Converts a Character representing a Secondary Structure type into the corresponding enum object.SecStrucElement.getType()Returns theSecStrucTypeof this element.SecStrucInfo.getType()static SecStrucTypeReturns the enum constant of this class with the specified name.static SecStrucType[]SecStrucType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.biojava.nbio.structure.secstruc with parameters of type SecStrucTypeConstructors in org.biojava.nbio.structure.secstruc with parameters of type SecStrucTypeModifierConstructorDescriptionSecStrucElement(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)