public class ModificationLinkage extends Object
Constructor and Description |
---|
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 |
---|---|
Component |
getComponent1() |
Component |
getComponent2() |
int |
getIndexOfComponent1() |
int |
getIndexOfComponent2() |
String |
getLabelOfAtomOnComponent1() |
String |
getLabelOfAtomOnComponent2() |
List<String> |
getPDBNameOfPotentialAtomsOnComponent1() |
List<String> |
getPDBNameOfPotentialAtomsOnComponent2() |
String |
toString() |
public ModificationLinkage(List<Component> components, int indexOfComponent1, int indexOfComponent2)
components
- Component
s involved in a modification.indexOfComponent1
- index of the first component.indexOfComponent2
- index of the second component.public ModificationLinkage(List<Component> components, int indexOfComponent1, String pdbNameOfAtomsOnComponent1, int indexOfComponent2, String pdbNameOfAtomsOnComponent2)
components
- Component
s involved in a modification.indexOfComponent1
- index of the first component.labelOfAtomOnComponent1
- label of the atom on the first
component.indexOfComponent2
- index of the second component.labelOfAtomOnComponent2
- label of the atom on the second
component.public ModificationLinkage(List<Component> components, int indexOfComponent1, List<String> pdbNameOfPotentialAtomsOnComponent1, int indexOfComponent2, List<String> pdbNameOfPotentialAtomsOnComponent2)
components
- Component
s involved in a modification.indexOfComponent1
- index of the first component.labelOfAtomOnComponent1
- label of the atom on the first
component.indexOfComponent2
- index of the second component.labelOfAtomOnComponent2
- label of the atom on the second
component.public ModificationLinkage(List<Component> components, int indexOfComponent1, List<String> pdbNameOfPotentialAtomsOnComponent1, String labelOfAtomOnComponent1, int indexOfComponent2, List<String> pdbNameOfPotentialAtomsOnComponent2, String labelOfAtomOnComponent2)
components
- Component
s involved in a modification.indexOfComponent1
- index of the first component.pdbNameOfPotentialAtomsOnComponent1
- a list of PDB names of
potential atoms on the first component.labelOfAtomOnComponent1
- label of the atom on the first
component.indexOfComponent2
- index of the second component.pdbNameOfPotentialAtomsOnComponent2
- a list of PDB names of
potential atoms on the second component.labelOfAtomOnComponent2
- label of the atom on the second
component.public int getIndexOfComponent1()
public int getIndexOfComponent2()
public Component getComponent1()
public Component getComponent2()
public List<String> getPDBNameOfPotentialAtomsOnComponent1()
public List<String> getPDBNameOfPotentialAtomsOnComponent2()
public String getLabelOfAtomOnComponent1()
public String getLabelOfAtomOnComponent2()
Copyright © 2000–2019 BioJava. All rights reserved.