Uses of Class
org.biojava.nbio.protmod.Component
Packages that use Component
- 
Uses of Component in org.biojava.nbio.protmod
Methods in org.biojava.nbio.protmod that return ComponentModifier and TypeMethodDescriptionModificationLinkage.getComponent1()ModificationLinkage.getComponent2()static ComponentGet a Component that does not have to occur at terminals.static ComponentGet or create a Component.static ComponentGet a Component that does not have to occur at terminals.static ComponentGet or create a Component.Methods in org.biojava.nbio.protmod that return types with arguments of type ComponentModifier and TypeMethodDescriptionComponent.allComponents()ProteinModificationRegistry.allComponents()ModificationCondition.getComponents()ModificationConditionImpl.getComponents()}Methods in org.biojava.nbio.protmod with parameters of type ComponentModifier and TypeMethodDescriptionstatic 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 ComponentModifierConstructorDescriptionModificationConditionImpl(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 ComponentMethods in org.biojava.nbio.protmod.io with parameters of type Component