Uses of Class
org.biojava.nbio.protmod.Component
-
Packages that use Component Package Description org.biojava.nbio.protmod org.biojava.nbio.protmod.io -
-
Uses of Component in org.biojava.nbio.protmod
Methods in org.biojava.nbio.protmod that return Component Modifier and Type Method Description Component
ModificationLinkage. getComponent1()
Component
ModificationLinkage. getComponent2()
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.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.Methods in org.biojava.nbio.protmod that return types with arguments of type Component Modifier and Type Method Description static Set<Component>
Component. allComponents()
static Set<Component>
ProteinModificationRegistry. allComponents()
List<Component>
ModificationCondition. getComponents()
List<Component>
ModificationConditionImpl. getComponents()
}Methods in org.biojava.nbio.protmod with parameters of type Component Modifier and Type Method Description static Set<ProteinModification>
ProteinModificationRegistry. getByComponent(Component comp1, Component... comps)
Get ProteinModifications that involves one or more components.Constructor parameters in org.biojava.nbio.protmod with type arguments of type Component Constructor Description ModificationConditionImpl(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
Methods in org.biojava.nbio.protmod.io that return Component Modifier and Type Method Description static Component
ComponentXMLConverter. fromXML(String xml)
static Component
ComponentXMLConverter. fromXML(Node componentN)
Methods in org.biojava.nbio.protmod.io with parameters of type Component Modifier and Type Method Description static String
ComponentXMLConverter. toXML(Component component)
static void
ComponentXMLConverter. toXML(Component component, PrettyXMLWriter xml)
-