|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UpdateDetailsI
Update events have a lot of information associated with them. This interface captures that. Should this be generalized to EventDetailI for all events?
| Method Summary | |
|---|---|
int |
getNewSequencingErrorPosition()
|
Comment |
getOldComment()
|
int |
getOldInt()
|
SeqFeatureI |
getOldParent()
|
RangeI |
getOldRange()
|
java.lang.String |
getOldString()
|
int |
getSubpartRank()
More details that are needed |
boolean |
isCommentUpdate()
|
boolean |
isIntUpdate()
|
boolean |
isMove()
isMove means parent is updated, ie isParent |
boolean |
isRangeUpdate()
|
boolean |
isStringUpdate()
|
| Method Detail |
|---|
boolean isMove()
SeqFeatureI getOldParent()
boolean isRangeUpdate()
RangeI getOldRange()
boolean isStringUpdate()
java.lang.String getOldString()
boolean isIntUpdate()
int getOldInt()
boolean isCommentUpdate()
Comment getOldComment()
int getSubpartRank()
int getNewSequencingErrorPosition()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||