|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bio.structure.scop.ScopDescription
public class ScopDescription
Contains data from dir.des.scop.txt_1.75
e.g
SunID Cat Class Name Description ----- --- ----- ---- ----------- 26154 px b.47.1.2 d1nrs.1 1nrs L:,H: 125030 px b.47.1.2 d1zgia1 1zgi A:1A-245
Constructor Summary | |
---|---|
ScopDescription()
|
Method Summary | |
---|---|
protected Object |
clone()
|
boolean |
equals(Object obj)
Compares the fields sunID, category, classificationId, and name for equality |
ScopCategory |
getCategory()
|
String |
getClassificationId()
|
String |
getClassificationId(ScopCategory category)
Return a portion of the classificationID corresponding to the specified category (class, fold, superfamily, family). |
String |
getDescription()
|
String |
getName()
|
int |
getSunID()
|
int |
hashCode()
|
void |
setCategory(ScopCategory category)
|
void |
setClassificationId(String classificationId)
|
void |
setDescription(String description)
|
void |
setName(String name)
|
void |
setSunID(int sunID)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ScopDescription()
Method Detail |
---|
public String toString()
toString
in class Object
public int getSunID()
public void setSunID(int sunID)
public ScopCategory getCategory()
public void setCategory(ScopCategory category)
public String getClassificationId()
public void setClassificationId(String classificationId)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getClassificationId(ScopCategory category)
Example: for SCOP family "b.5.1.1", getClassificationId(ScopCategory.Superfamily) => "b.5.1"
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
obj
-
Object.equals(java.lang.Object)
protected Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |