public class StructureName extends Object implements Comparable<StructureName>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
chainId |
protected String |
name |
protected String |
pdbId |
| Constructor and Description |
|---|
StructureName(String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(StructureName o) |
boolean |
equals(Object obj) |
String |
getChainId() |
String |
getName() |
String |
getPdbId()
PDB IDs are always returned as upper case
|
boolean |
hasChainID() |
int |
hashCode() |
boolean |
isPDPDomain() |
boolean |
isScopName() |
String |
toString() |
public StructureName(String name)
public String getPdbId()
public String getChainId()
public boolean isScopName()
public boolean hasChainID()
public boolean isPDPDomain()
public int compareTo(StructureName o)
compareTo in interface Comparable<StructureName>Copyright © 2012 BioJava. All Rights Reserved.