|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.ac.man.bioinf.sequence.alignment.event.AlignmentEventType
AlignmentEventType.java This class provides an enumerated type for the AlignmentEvent class to pass around as an identifier Created: Tue Feb 15 20:26:54 2000
Field Summary | |
static AlignmentEventType |
DELETE
Event type indicated a sequence has been removed from the sequence alignment |
static AlignmentEventType |
INSERT
Event type indicating a new sequence has been added to the sequence alignment |
static AlignmentEventType |
INSET_CHANGE
Event type indicating a change in the inset/preceeding number of gaps |
static AlignmentEventType |
LENGTH_CHANGE
Event type indicating that the length of the alignment has changed. |
static AlignmentEventType |
UNSPECIFIED
This type says that the alignment has changed in some unknown way. |
Method Summary | |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final AlignmentEventType INSERT
public static final AlignmentEventType DELETE
public static final AlignmentEventType INSET_CHANGE
public static final AlignmentEventType LENGTH_CHANGE
public static final AlignmentEventType UNSPECIFIED
Method Detail |
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |