Package | Description |
---|---|
org.biojava.nbio.protmod.io | |
org.biojava.nbio.protmod.structure |
Modifier and Type | Method and Description |
---|---|
static StructureGroup |
StructureGroupXMLConverter.fromXML(Node n) |
Modifier and Type | Method and Description |
---|---|
static void |
StructureGroupXMLConverter.toXML(StructureGroup group,
PrettyXMLWriter xml) |
Modifier and Type | Method and Description |
---|---|
StructureGroup |
StructureAtom.getGroup() |
static StructureGroup |
StructureUtil.getStructureGroup(Group group,
boolean isAminoAcid) |
Modifier and Type | Method and Description |
---|---|
Set<StructureGroup> |
ModifiedCompoundImpl.getGroups() |
Set<StructureGroup> |
ModifiedCompound.getGroups() |
Set<StructureGroup> |
ModifiedCompoundImpl.getGroups(boolean isAminoAcid) |
Set<StructureGroup> |
ModifiedCompound.getGroups(boolean isAminoAcid) |
Set<StructureGroup> |
ProteinModificationIdentifier.getUnidentifiableModifiedResidues() |
Modifier and Type | Method and Description |
---|---|
int |
StructureGroup.compareTo(StructureGroup aGroup) |
Modifier and Type | Method and Description |
---|---|
void |
ModifiedCompoundImpl.setGroups(Set<StructureGroup> groups) |
void |
ModifiedCompound.setGroups(Set<StructureGroup> groups) |
Constructor and Description |
---|
ModifiedCompoundImpl(ProteinModification modification,
StructureGroup modifiedResidue)
Create a ModifiedCompoundImpl that has only one involved component.
|
StructureAtom(StructureGroup group,
String atomName) |
Copyright © 2000–2019 BioJava. All rights reserved.