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

Method getDataStoreRegister

src/main/java/gate/Gate.java:722–724  ·  view source on GitHub ↗

Get the DataStore register.

()

Source from the content-addressed store, hash-verified

720
721 /** Get the DataStore register. */
722 public static DataStoreRegister getDataStoreRegister() {
723 return dataStoreRegister;
724 } // getDataStoreRegister
725
726 /**
727 * Sets the {@link Executable} currently under execution. At a given time

Callers 8

testDSRMethod · 0.95
openDataStoreMethod · 0.95
createDataStoreMethod · 0.95
actionPerformedMethod · 0.95
runMethod · 0.95
deleteMethod · 0.95
closeMethod · 0.95
createObjectMethod · 0.95

Calls

no outgoing calls

Tested by 1

testDSRMethod · 0.76