|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--uk.ac.man.bioinf.sequence.alignment.event.AlignmentEvent
AlignmentEvent.java Instances of this class represent an event to a MSA. It includes reference to the location of the event, as well as its type. Created: Tue Feb 15 19:57:49 2000
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
AlignmentEvent(Object src,
int location,
AlignmentEventType type)
Constructor to set the event source, location and type. |
|
AlignmentEvent(Object src,
int start,
int end,
AlignmentEventType type)
Constructor to set the event source, location and type. |
Method Summary | |
int |
getEnd()
Returns the end location of the event. |
int |
getStart()
Returns the start location of the event. |
AlignmentEventType |
getType()
Returns the multiple sequence event type. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AlignmentEvent(Object src, int location, AlignmentEventType type)
src
- the source of the event (i.e: the MSA)location
- the location of the event, or zero if not knowntype
- the multiple sequence event typepublic AlignmentEvent(Object src, int start, int end, AlignmentEventType type)
src
- the source of the event (i.e: the MSA)start
- the start location of the eventend
- the end location of the eventtype
- the multiple sequence event typeMethod Detail |
public int getStart()
public int getEnd()
public AlignmentEventType getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |