phenote.edit
Interface TransactionI

All Known Implementing Classes:
AddTransaction, CompoundTransaction, DeleteTransaction, UpdateTransaction

public interface TransactionI


Method Summary
 void editModel()
           
 java.util.List<CharacterI> getCharacters()
           
 java.util.List<CharacterI> getDeletedAnnotations()
           
 org.obo.datamodel.OBOClass getNewTerm()
           
 boolean isAdd()
           
 boolean isUpdate()
           
 boolean isUpdateForCharField(CharField cf)
           
 void undo()
           
 

Method Detail

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)