Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GateNLP/gate-core
/ getDocumentIndex
Method
getDocumentIndex
src/main/java/gate/event/CorpusEvent.java:75–77 ·
view source on GitHub ↗
Gets the index of the document this event refers to
()
Source
from the content-addressed store, hash-verified
73
* Gets the index of the document this event refers to
74
*/
75
public
int
getDocumentIndex() {
76
return
this.documentIndex;
77
}
78
79
80
/**
Callers
1
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected