gate.corpora
Interface EventAwareCorpus

All Superinterfaces:
EventAwareLanguageResource
All Known Implementing Classes:
DatabaseCorpusImpl

public interface EventAwareCorpus
extends EventAwareLanguageResource


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

Method Detail

getLoadedDocuments

public List getLoadedDocuments()

getRemovedDocuments

public List getRemovedDocuments()