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

Method initCreoleRegister

src/main/java/gate/Gate.java:516–523  ·  view source on GitHub ↗

Initialise the CREOLE register.

()

Source from the content-addressed store, hash-verified

514
515 /** Initialise the CREOLE register. */
516 public static void initCreoleRegister() throws GateException {
517
518 /*
519 * We'll have to think about this. Right now it points to the creole inside
520 * the jar/classpath so it's the same as registerBuiltins
521 */
522 creoleRegister.registerBuiltins();
523 }
524
525 /** Initialise the DataStore register. */
526 public static void initDataStoreRegister() {

Callers 3

tearDownMethod · 0.95
tearDownMethod · 0.95
initMethod · 0.95

Calls 1

registerBuiltinsMethod · 0.65

Tested by 2

tearDownMethod · 0.76
tearDownMethod · 0.76