|
GATE Version 3.1-2270 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataStore | |
|---|---|
| gate | This package contains the public interface to the GATE Java API. |
| gate.corpora | |
| gate.creole | |
| gate.event | |
| gate.gui | |
| gate.persist | |
| gate.wordnet | |
| Uses of DataStore in gate |
|---|
| Methods in gate that return DataStore | |
|---|---|
static DataStore |
Factory.createDataStore(String dataStoreClassName,
String storageUrl)
Create a new DataStore and open it. |
DataStore |
LanguageResource.getDataStore()
Get the data store that this LR lives in. |
protected static DataStore |
Factory.instantiateDataStore(String dataStoreClassName,
String storageUrl)
Instantiate a DataStore (not open or created). |
static DataStore |
Factory.openDataStore(String dataStoreClassName,
String storageUrl)
Open an existing DataStore. |
| Methods in gate with parameters of type DataStore | |
|---|---|
static void |
DataStoreRegister.addSecurityData(DataStore ds,
Map secData)
Adds security data for this datastore |
static Map |
DataStoreRegister.getSecurityData(DataStore ds)
Returns the security data for this datastore |
static void |
DataStoreRegister.removeSecurityData(DataStore ds)
Removes the security data for this datastore |
void |
LanguageResource.setDataStore(DataStore dataStore)
Set the data store that this LR lives in. |
| Uses of DataStore in gate.corpora |
|---|
| Methods in gate.corpora that return DataStore | |
|---|---|
DataStore |
TextualDocumentFormat.getDataStore()
|
| Methods in gate.corpora with parameters of type DataStore | |
|---|---|
void |
DocumentImpl.setDataStore(DataStore dataStore)
|
void |
SerialCorpusImpl.setDataStore(DataStore dataStore)
|
| Uses of DataStore in gate.creole |
|---|
| Fields in gate.creole declared as DataStore | |
|---|---|
protected DataStore |
AbstractLanguageResource.dataStore
The data store this LR lives in. |
| Methods in gate.creole that return DataStore | |
|---|---|
DataStore |
AbstractLanguageResource.getDataStore()
Get the data store that this LR lives in. |
| Methods in gate.creole with parameters of type DataStore | |
|---|---|
void |
AbstractLanguageResource.setDataStore(DataStore dataStore)
Set the data store that this LR lives in. |
| Uses of DataStore in gate.event |
|---|
| Methods in gate.event that return DataStore | |
|---|---|
DataStore |
CreoleEvent.getDatastore()
Gets the DataStore that has been created/loaded/closed. |
| Constructors in gate.event with parameters of type DataStore | |
|---|---|
CreoleEvent(DataStore datastore,
int type)
Constructor |
|
DatastoreEvent(DataStore source,
int type,
Resource res,
Object resourceID)
Constructor. |
|
| Uses of DataStore in gate.gui |
|---|
| Methods in gate.gui that return DataStore | |
|---|---|
protected DataStore |
MainFrame.createSerialDataStore()
Method is used in NewDSAction |
protected DataStore |
MainFrame.openSerialDataStore()
Method is used in OpenDSAction |
| Uses of DataStore in gate.persist |
|---|
| Subinterfaces of DataStore in gate.persist | |
|---|---|
interface |
DatabaseDataStore
|
| Classes in gate.persist that implement DataStore | |
|---|---|
class |
JDBCDataStore
|
class |
OracleDataStore
|
class |
PostgresDataStore
|
class |
SerialDataStore
A data store based on Java serialisation. |
| Uses of DataStore in gate.wordnet |
|---|
| Methods in gate.wordnet that return DataStore | |
|---|---|
DataStore |
IndexFileWordNetImpl.getDataStore()
Get the data store that this LR lives in. |
| Methods in gate.wordnet with parameters of type DataStore | |
|---|---|
void |
IndexFileWordNetImpl.setDataStore(DataStore dataStore)
Set the data store that this LR lives in. |
|
GATE Version 3.1-2270 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||