Package | Description |
---|---|
org.biojava.nbio.protmod.structure |
Modifier and Type | Method and Description |
---|---|
static StructureAtomLinkage |
StructureUtil.getStructureAtomLinkage(Atom atom1,
boolean isParentAminoAcid1,
Atom atom2,
boolean isParentAminoAcid2) |
Modifier and Type | Method and Description |
---|---|
Set<StructureAtomLinkage> |
ModifiedCompoundImpl.getAtomLinkages() |
Set<StructureAtomLinkage> |
ModifiedCompound.getAtomLinkages() |
Set<StructureAtomLinkage> |
ProteinModificationIdentifier.getUnidentifiableAtomLinkages() |
Modifier and Type | Method and Description |
---|---|
boolean |
ModifiedCompoundImpl.addAtomLinkage(StructureAtomLinkage linkage) |
boolean |
ModifiedCompound.addAtomLinkage(StructureAtomLinkage linkage)
Add a linkage.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifiedCompoundImpl.addAtomLinkages(Collection<StructureAtomLinkage> linkages) |
void |
ModifiedCompound.addAtomLinkages(Collection<StructureAtomLinkage> linkages)
Add a collections of linkages.
|
void |
ModifiedCompoundImpl.setAtomLinkages(Set<StructureAtomLinkage> linkages) |
void |
ModifiedCompound.setAtomLinkages(Set<StructureAtomLinkage> linkages)
Set atom linkages
|
Constructor and Description |
---|
ModifiedCompoundImpl(ProteinModification modification,
Collection<StructureAtomLinkage> linkages) |
Copyright © 2000–2019 BioJava. All rights reserved.