public class UniqueAtomIdentifer extends Object implements Comparable<UniqueAtomIdentifer>
| Constructor and Description |
|---|
UniqueAtomIdentifer(String pdbIdentifer,
int modelIdentifer,
String chainIdentifer,
int leafSerial,
char leafInsertionCode,
int atomSerial) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(UniqueAtomIdentifer other) |
boolean |
equals(Object o) |
int |
getAtomSerial() |
String |
getChainIdentifier() |
char |
getLeafInsertionCode() |
int |
getLeafSerial() |
int |
getModelIdentifier() |
String |
getPdbIdentifier() |
int |
hashCode() |
String |
toString() |
public String getPdbIdentifier()
public int getModelIdentifier()
public String getChainIdentifier()
public int getLeafSerial()
public char getLeafInsertionCode()
public int getAtomSerial()
public int compareTo(UniqueAtomIdentifer other)
compareTo in interface Comparable<UniqueAtomIdentifer>Copyright © 2018. All rights reserved.