public class MetalComplex extends Interaction
| Constructor and Description |
|---|
MetalComplex(int plipIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAtom1() |
int |
getAtom2() |
int |
getComplexnum() |
int |
getCoordination() |
double |
getDistance() |
int |
getFirstSourceAtom()
For
MetalComplexes the first source atom is the atom identifier of the metal ion. |
int |
getFirstTargetAtom()
For
MetalComplexes the first target atom is the atom identifier of the interaction partner (possibly
ligand or residue). |
String |
getGeometry() |
String |
getLocation() |
String |
getMetalType() |
double |
getRms() |
void |
setAtom1(int atom1) |
void |
setAtom2(int atom2) |
void |
setComplexnum(int complexnum) |
void |
setCoordination(int coordination) |
void |
setDistance(double distance) |
void |
setGeometry(String geometry) |
void |
setLocation(String location) |
void |
setMetalType(String metalType) |
void |
setRms(double rms) |
String |
toString() |
getLigandCoordinate, getPlipIdentifier, getProteinCoordinate, getSource, getTarget, setLigandCoordinate, setPlipIdentifier, setProteinCoordinate, setSource, setTargetpublic int getAtom1()
public void setAtom1(int atom1)
public int getAtom2()
public void setAtom2(int atom2)
public double getDistance()
public void setDistance(double distance)
public double getRms()
public void setRms(double rms)
public String getGeometry()
public void setGeometry(String geometry)
public String getLocation()
public void setLocation(String location)
public String getMetalType()
public void setMetalType(String metalType)
public int getCoordination()
public void setCoordination(int coordination)
public int getComplexnum()
public void setComplexnum(int complexnum)
public int getFirstSourceAtom()
MetalComplexes the first source atom is the atom identifier of the metal ion.getFirstSourceAtom in class Interactionpublic int getFirstTargetAtom()
MetalComplexes the first target atom is the atom identifier of the interaction partner (possibly
ligand or residue).getFirstTargetAtom in class InteractionCopyright © 2018. All rights reserved.