MCPcopy Create free account
hub / github.com/GateNLP/gate-core / isDocumentLoaded

Method isDocumentLoaded

src/main/java/gate/Corpus.java:44–44  ·  view source on GitHub ↗

This method returns true when the document is already loaded in memory. The transient corpora will always return true as they can only contain documents that are present in the memory.

(int index)

Source from the content-addressed store, hash-verified

42 * documents that are present in the memory.
43 */
44 public boolean isDocumentLoaded(int index);
45
46
47 /**

Callers 8

runMethod · 0.95
executeImplMethod · 0.65
executeImplMethod · 0.65
executeImplMethod · 0.65
runMethod · 0.65
compareAnnotationMethod · 0.65
actionPerformedMethod · 0.65
actionPerformedMethod · 0.65

Implementers 2

CorpusImplsrc/main/java/gate/corpora/CorpusImpl.
SerialCorpusImplsrc/main/java/gate/corpora/SerialCorpu

Calls

no outgoing calls

Tested by

no test coverage detected