|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.zimek.proteinfeatures.protein.ID
de.zimek.proteinfeatures.protein.CathID
Field Summary | |
private int |
architecture
|
static int |
ARCHITECTURE
|
static java.util.regex.Pattern |
CATH_HIERARCHY_SEPARATOR
|
static java.lang.String |
CATH_ID_SEPARATOR
|
static int |
CLASS
|
private int |
classID
|
static int |
HOMOLOGOUS_SUPERFAMILY
|
private int |
homologousSuperfamily
|
private int |
topology
|
static int |
TOPOLOGY
|
Constructor Summary | |
CathID(java.lang.String cathID)
|
Method Summary | |
int |
compareTo(java.lang.Object o)
|
ID |
createID(java.lang.String id)
Returns a new ID for the given id-String. |
boolean |
equals(java.lang.Object o)
Returns true, if the ID equals another ID at all levels, false otherwise. |
int |
getArchitecture()
|
int |
getClassID()
|
int |
getHomologousSuperFamily()
|
java.lang.String |
getID(int level)
Returns the ID for the first level levels. |
int |
getLevel(int level)
Returns the id-value in the specified level. |
int |
getTopology()
|
java.lang.String |
toString()
Provides a String-representation for the ID. |
java.lang.String |
type()
Returns a String describing the type of the ID. |
Methods inherited from class de.zimek.proteinfeatures.protein.ID |
hashCode |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String CATH_ID_SEPARATOR
public static final java.util.regex.Pattern CATH_HIERARCHY_SEPARATOR
public static final int CLASS
public static final int ARCHITECTURE
public static final int TOPOLOGY
public static final int HOMOLOGOUS_SUPERFAMILY
private int classID
private int architecture
private int topology
private int homologousSuperfamily
Constructor Detail |
public CathID(java.lang.String cathID)
Method Detail |
public java.lang.String toString()
ID
toString
in class ID
Object.toString()
public java.lang.String getID(int level)
ID
level
levels.
getID
in class ID
level
-
public boolean equals(java.lang.Object o)
ID
equals
in class ID
Object.equals(Object)
public int compareTo(java.lang.Object o)
Comparable.compareTo(java.lang.Object)
public int getClassID()
public int getHomologousSuperFamily()
public int getArchitecture()
public int getTopology()
public int getLevel(int level)
ID
getLevel
in class ID
level
-
public ID createID(java.lang.String id)
ID
createID
in class ID
id
-
ID.createID(String)
public java.lang.String type()
ID
type
in class ID
ID.type()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |