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.protmodMethods in org.biojava.nbio.protmod that return Component Modifier and Type Method Description ComponentModificationLinkage. getComponent1()ComponentModificationLinkage. getComponent2()static ComponentComponent. of(String pdbccId)Get a Component that does not have to occur at terminals.static ComponentComponent. of(String pdbccId, boolean isNTerminal, boolean isCTerminal)Get or create a Component.static ComponentComponent. of(Set<String> pdbccIds)Get a Component that does not have to occur at terminals.static ComponentComponent. 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.ioMethods in org.biojava.nbio.protmod.io that return Component Modifier and Type Method Description static ComponentComponentXMLConverter. fromXML(String xml)static ComponentComponentXMLConverter. fromXML(Node componentN)Methods in org.biojava.nbio.protmod.io with parameters of type Component Modifier and Type Method Description static StringComponentXMLConverter. toXML(Component component)static voidComponentXMLConverter. toXML(Component component, PrettyXMLWriter xml)
 
-