phenote.edit
Interface TransactionI
- All Known Implementing Classes:
- AddTransaction, CompoundTransaction, DeleteTransaction, UpdateTransaction
public interface TransactionI
getDeletedAnnotations
java.util.List<CharacterI> getDeletedAnnotations()
editModel
void editModel()
undo
void undo()
getNewTerm
org.obo.datamodel.OBOClass getNewTerm()
isUpdate
boolean isUpdate()
isAdd
boolean isAdd()
getCharacters
java.util.List<CharacterI> getCharacters()
isUpdateForCharField
boolean isUpdateForCharField(CharField cf)