Uses of Class
org.biojava.nbio.protmod.structure.StructureGroup
-
Packages that use StructureGroup Package Description org.biojava.nbio.protmod.io org.biojava.nbio.protmod.structure -
-
Uses of StructureGroup in org.biojava.nbio.protmod.io
Methods in org.biojava.nbio.protmod.io that return StructureGroup Modifier and Type Method Description static StructureGroupStructureGroupXMLConverter. fromXML(Node n)Methods in org.biojava.nbio.protmod.io with parameters of type StructureGroup Modifier and Type Method Description static voidStructureGroupXMLConverter. toXML(StructureGroup group, PrettyXMLWriter xml) -
Uses of StructureGroup in org.biojava.nbio.protmod.structure
Methods in org.biojava.nbio.protmod.structure that return StructureGroup Modifier and Type Method Description StructureGroupStructureAtom. getGroup()static StructureGroupStructureUtil. getStructureGroup(Group group, boolean isAminoAcid)Methods in org.biojava.nbio.protmod.structure that return types with arguments of type StructureGroup Modifier and Type Method Description Set<StructureGroup>ModifiedCompound. getGroups()Set<StructureGroup>ModifiedCompound. getGroups(boolean isAminoAcid)Set<StructureGroup>ModifiedCompoundImpl. getGroups()Set<StructureGroup>ModifiedCompoundImpl. getGroups(boolean isAminoAcid)Set<StructureGroup>ProteinModificationIdentifier. getUnidentifiableModifiedResidues()Methods in org.biojava.nbio.protmod.structure with parameters of type StructureGroup Modifier and Type Method Description intStructureGroup. compareTo(StructureGroup aGroup)Method parameters in org.biojava.nbio.protmod.structure with type arguments of type StructureGroup Modifier and Type Method Description voidModifiedCompound. setGroups(Set<StructureGroup> groups)voidModifiedCompoundImpl. setGroups(Set<StructureGroup> groups)Constructors in org.biojava.nbio.protmod.structure with parameters of type StructureGroup Constructor Description ModifiedCompoundImpl(ProteinModification modification, StructureGroup modifiedResidue)Create a ModifiedCompoundImpl that has only one involved component.StructureAtom(StructureGroup group, String atomName)
-