Uses of Enum Class
org.biojava.nbio.structure.GroupType
Packages that use GroupType
-
Uses of GroupType in org.biojava.nbio.structure
Fields in org.biojava.nbio.structure declared as GroupTypeModifier and TypeFieldDescriptionstatic final GroupTypeAminoAcidImpl.typethis is an Amino acid. type is "amino".static final GroupTypeHetatomImpl.typeThe GroupType is HETATMstatic final GroupTypeNucleotideImpl.typethis is a "nucleotide", a special occurance of a Hetatom.Methods in org.biojava.nbio.structure that return GroupTypeModifier and TypeMethodDescriptionChain.getPredominantGroupType()Get the predominantGroupTypefor a given Chain, following these rules: if the ratio of number of residues of a certainGroupTypeto total non-water residues is above the threshold 0.95, then thatGroupTypeis returned if there is noGroupTypethat is above the threshold then theGroupTypewith most members is chosen, logging itChainImpl.getPredominantGroupType()AminoAcidImpl.getType()Group.getType()HetatomImpl.getType()NucleotideImpl.getType()static GroupTypeReturns the enum constant of this class with the specified name.static GroupType[]GroupType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.biojava.nbio.structure with parameters of type GroupTypeModifier and TypeMethodDescriptionStructureTools.getAllGroupsFromSubset(Atom[] atoms, GroupType types) Expand a set of atoms into all groups from the same structure.Chain.getAtomGroups(GroupType type) ChainImpl.getAtomGroups(GroupType type) Chain.getSeqResGroups(GroupType type) ChainImpl.getSeqResGroups(GroupType type)