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

Method setDataStore

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

Set the data store that this LR lives in.

(DataStore dataStore)

Source from the content-addressed store, hash-verified

27
28 /** Set the data store that this LR lives in. */
29 public void setDataStore(DataStore dataStore) throws PersistenceException;
30
31 /** Returns the persistence id of this LR, if it has been stored in
32 * a datastore. Null otherwise.

Callers 5

adoptMethod · 0.95
getLrMethod · 0.95
testSaveRestoreMethod · 0.65
setDataStoreMethod · 0.65
setDataStoreMethod · 0.65

Implementers 1

AbstractLanguageResourcesrc/main/java/gate/creole/AbstractLang

Calls

no outgoing calls

Tested by 1

testSaveRestoreMethod · 0.52