public class SaltBridge extends Interaction
| Constructor and Description |
|---|
SaltBridge(int plipIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
getAtoms1() |
List<Integer> |
getAtoms2() |
double |
getDistance() |
int |
getFirstSourceAtom() |
int |
getFirstTargetAtom() |
String |
getLigandGroup() |
boolean |
isProtIsPos() |
void |
mergeWith(SaltBridge other) |
void |
setAtoms1(List<Integer> atoms1) |
void |
setAtoms2(List<Integer> atoms2) |
void |
setDistance(double distance) |
void |
setLigandGroup(String ligandGroup) |
void |
setProtIsPos(boolean protIsPos) |
String |
toString() |
getLigandCoordinate, getPlipIdentifier, getProteinCoordinate, getSource, getTarget, setLigandCoordinate, setPlipIdentifier, setProteinCoordinate, setSource, setTargetpublic double getDistance()
public void setDistance(double distance)
public boolean isProtIsPos()
public void setProtIsPos(boolean protIsPos)
public String getLigandGroup()
public void setLigandGroup(String ligandGroup)
public void mergeWith(SaltBridge other)
public int getFirstSourceAtom()
getFirstSourceAtom in class Interactionpublic int getFirstTargetAtom()
getFirstTargetAtom in class InteractionCopyright © 2018. All rights reserved.