Uses of Class
org.biojava.nbio.protmod.structure.StructureGroup
Packages that use StructureGroup
- 
Uses of StructureGroup in org.biojava.nbio.protmod.io
Methods in org.biojava.nbio.protmod.io that return StructureGroupMethods in org.biojava.nbio.protmod.io with parameters of type StructureGroupModifier and TypeMethodDescriptionstatic voidStructureGroupXMLConverter.toXML(StructureGroup group, PrettyXMLWriter xml)  - 
Uses of StructureGroup in org.biojava.nbio.protmod.structure
Methods in org.biojava.nbio.protmod.structure that return StructureGroupModifier and TypeMethodDescriptionStructureAtom.getGroup()static StructureGroupStructureUtil.getStructureGroup(Group group, boolean isAminoAcid) Methods in org.biojava.nbio.protmod.structure that return types with arguments of type StructureGroupModifier and TypeMethodDescriptionModifiedCompound.getGroups()ModifiedCompound.getGroups(boolean isAminoAcid) ModifiedCompoundImpl.getGroups()ModifiedCompoundImpl.getGroups(boolean isAminoAcid) ProteinModificationIdentifier.getUnidentifiableModifiedResidues()Methods in org.biojava.nbio.protmod.structure with parameters of type StructureGroupMethod parameters in org.biojava.nbio.protmod.structure with type arguments of type StructureGroupModifier and TypeMethodDescriptionvoidModifiedCompound.setGroups(Set<StructureGroup> groups) voidModifiedCompoundImpl.setGroups(Set<StructureGroup> groups) Constructors in org.biojava.nbio.protmod.structure with parameters of type StructureGroupModifierConstructorDescriptionModifiedCompoundImpl(ProteinModification modification, StructureGroup modifiedResidue) Create a ModifiedCompoundImpl that has only one involved component.StructureAtom(StructureGroup group, String atomName)