| Package | Description | 
|---|---|
| org.biojava.nbio.protmod | |
| org.biojava.nbio.protmod.io | 
| Modifier and Type | Method and Description | 
|---|---|
Component | 
ModificationLinkage.getComponent1()  | 
Component | 
ModificationLinkage.getComponent2()  | 
static Component | 
Component.of(Set<String> pdbccIds)
Get a Component that does not have to occur at terminals. 
 | 
static Component | 
Component.of(Set<String> pdbccIds,
  boolean isNTerminal,
  boolean isCTerminal)
Get or create a Component. 
 | 
static Component | 
Component.of(String pdbccId)
Get a Component that does not have to occur at terminals. 
 | 
static Component | 
Component.of(String pdbccId,
  boolean isNTerminal,
  boolean isCTerminal)
Get or create a Component. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Set<Component> | 
ProteinModificationRegistry.allComponents()  | 
static Set<Component> | 
Component.allComponents()  | 
List<Component> | 
ModificationCondition.getComponents()  | 
List<Component> | 
ModificationConditionImpl.getComponents()
} 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Set<ProteinModification> | 
ProteinModificationRegistry.getByComponent(Component comp1,
              Component... comps)
Get ProteinModifications that involves one or more components. 
 | 
static Set<ProteinModification> | 
ProteinModificationRegistry.getByComponent(Component comp1,
              Component... comps)
Get ProteinModifications that involves one or more components. 
 | 
| Constructor and Description | 
|---|
ModificationConditionImpl(List<Component> components,
                         List<ModificationLinkage> linkages)  | 
ModificationLinkage(List<Component> components,
                   int indexOfComponent1,
                   int indexOfComponent2)  | 
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)  | 
ModificationLinkage(List<Component> components,
                   int indexOfComponent1,
                   String pdbNameOfAtomsOnComponent1,
                   int indexOfComponent2,
                   String pdbNameOfAtomsOnComponent2)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Component | 
ComponentXMLConverter.fromXML(Node componentN)  | 
static Component | 
ComponentXMLConverter.fromXML(String xml)  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
ComponentXMLConverter.toXML(Component component)  | 
static void | 
ComponentXMLConverter.toXML(Component component,
     PrettyXMLWriter xml)  | 
Copyright © 2000–2017 BioJava. All rights reserved.