Uses of Class
org.biojava.nbio.protmod.Component
-
Uses of Component in org.biojava.nbio.protmod
Modifier and TypeMethodDescriptionModificationLinkage.getComponent1()
ModificationLinkage.getComponent2()
static Component
Get a Component that does not have to occur at terminals.static Component
Get or create a Component.static Component
Get a Component that does not have to occur at terminals.static Component
Get or create a Component.Modifier and TypeMethodDescriptionComponent.allComponents()
ProteinModificationRegistry.allComponents()
ModificationCondition.getComponents()
ModificationConditionImpl.getComponents()
}Modifier and TypeMethodDescriptionstatic Set
<ProteinModification> ProteinModificationRegistry.getByComponent
(Component comp1, Component... comps) Get ProteinModifications that involves one or more components.ModifierConstructorDescriptionModificationConditionImpl
(List<Component> components, List<ModificationLinkage> linkages) ModificationLinkage
(List<Component> components, int indexOfComponent1, int indexOfComponent2) ModificationLinkage
(List<Component> components, int indexOfComponent1, String pdbNameOfAtomsOnComponent1, int indexOfComponent2, String pdbNameOfAtomsOnComponent2) ModificationLinkage
(List<Component> components, int indexOfComponent1, List<String> pdbNameOfPotentialAtomsOnComponent1, int indexOfComponent2, List<String> pdbNameOfPotentialAtomsOnComponent2) ModificationLinkage
(List<Component> components, int indexOfComponent1, List<String> pdbNameOfPotentialAtomsOnComponent1, String labelOfAtomOnComponent1, int indexOfComponent2, List<String> pdbNameOfPotentialAtomsOnComponent2, String labelOfAtomOnComponent2) -
Uses of Component in org.biojava.nbio.protmod.io