Initialise the CREOLE register.
()
| 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() { |