@Override public Resource init() throws gate.creole.ResourceInstantiationException { super.init(); return this; }
@Override public void setDataStore(DataStore dataStore) throws gate.persist.PersistenceException { super.setDataStore(dataStore); if (this.dataStore != null) this.dataStore.addDatastoreListener(this); }