Initialise the DataStore register.
()
| 524 | |
| 525 | /** Initialise the DataStore register. */ |
| 526 | public static void initDataStoreRegister() { |
| 527 | dataStoreRegister = new DataStoreRegister(); |
| 528 | } // initDataStoreRegister() |
| 529 | |
| 530 | /** |
| 531 | * Reads config data (<TT>gate.xml</TT> files). There are three sorts of |