GATE
Version 3.1-2270

gate.creole.ir
Interface IndexedCorpus

All Superinterfaces:
Collection, Corpus, FeatureBearer, Iterable, LanguageResource, List, NameBearer, Resource, Serializable, SimpleCorpus
All Known Implementing Classes:
SerialCorpusImpl

public interface IndexedCorpus
extends Corpus


Field Summary
 
Fields inherited from interface gate.SimpleCorpus
CORPUS_DOCLIST_PARAMETER_NAME, CORPUS_NAME_PARAMETER_NAME
 
Method Summary
 IndexDefinition getIndexDefinition()
           
 IndexManager getIndexManager()
           
 IndexStatistics getIndexStatistics()
           
 void setIndexDefinition(IndexDefinition definition)
          Sets the definition to this corpus.
 
Methods inherited from interface gate.Corpus
addCorpusListener, isDocumentLoaded, removeCorpusListener, unloadDocument
 
Methods inherited from interface gate.SimpleCorpus
getDocumentName, getDocumentNames, populate
 
Methods inherited from interface gate.LanguageResource
getDataStore, getLRPersistenceId, getParent, isModified, setDataStore, setLRPersistenceId, setParent, sync
 
Methods inherited from interface gate.Resource
cleanup, getParameterValue, init, setParameterValue, setParameterValues
 
Methods inherited from interface gate.util.FeatureBearer
getFeatures, setFeatures
 
Methods inherited from interface gate.util.NameBearer
getName, setName
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

setIndexDefinition

void setIndexDefinition(IndexDefinition definition)
Sets the definition to this corpus.

Parameters:
definition - of index for this corpus

getIndexDefinition

IndexDefinition getIndexDefinition()
Returns:
IndexDefinition definition of index for this corpus.

getIndexManager

IndexManager getIndexManager()
Returns:
IndexManager manager object for this corpus. It creates after seting of IndexDefinition by indexType property.

getIndexStatistics

IndexStatistics getIndexStatistics()
Returns:
IndexStatistics statistics for this index.

GATE
Version 3.1-2270