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

Method getDataStore

src/main/java/gate/LanguageResource.java:26–26  ·  view source on GitHub ↗

Get the data store that this LR lives in. Null for transient LRs.

()

Source from the content-addressed store, hash-verified

24{
25 /** Get the data store that this LR lives in. Null for transient LRs. */
26 public DataStore getDataStore();
27
28 /** Set the data store that this LR lives in. */
29 public void setDataStore(DataStore dataStore) throws PersistenceException;

Callers 15

extractDataFromSourceMethod · 0.95
unloadDocumentMethod · 0.65
resourceUnloadedMethod · 0.65
datastoreClosedMethod · 0.65
addMethod · 0.65
cleanupMethod · 0.65
datastoreClosedMethod · 0.65
resourceDeletedMethod · 0.65
buildStaticPopupItemsMethod · 0.65
runMethod · 0.65
actionPerformedMethod · 0.65
runMethod · 0.65

Implementers 1

AbstractLanguageResourcesrc/main/java/gate/creole/AbstractLang

Calls

no outgoing calls

Tested by

no test coverage detected