gate.corpora
Interface EventAwareCorpus

All Superinterfaces:
EventAwareLanguageResource

public interface EventAwareCorpus
extends EventAwareLanguageResource


Field Summary
 
Fields inherited from interface gate.corpora.EventAwareLanguageResource
DOC_CONTENT, DOC_MAIN, RES_FEATURES, RES_NAME
 
Method Summary
 List getAddedDocuments()
           
 List getLoadedDocuments()
           
 List getRemovedDocuments()
           
 
Methods inherited from interface gate.corpora.EventAwareLanguageResource
isResourceChanged
 

Method Detail

getLoadedDocuments

List getLoadedDocuments()

getRemovedDocuments

List getRemovedDocuments()

getAddedDocuments

List getAddedDocuments()