Package | Description |
---|---|
com.mockturtlesolutions.snifflib.datatypes.database |
Base classes for the repository storage framework of the datatypes package.
|
com.mockturtlesolutions.snifflib.flatfiletools.database |
Base classes for the repository storage framework of flatfiletools.
|
com.mockturtlesolutions.snifflib.groovytools.database |
Graphical interface classes for the repository storage framework of the groovytools package.
|
com.mockturtlesolutions.snifflib.mcmctools.database |
Base classes for the repository storage framework of the mcmctools package.
|
com.mockturtlesolutions.snifflib.reposconfig.database |
Base classes for the repository storage framework of the reposconfig package.
|
com.mockturtlesolutions.snifflib.reposconfig.graphical |
Graphical access to repository storage methods and storage.
|
com.mockturtlesolutions.snifflib.semantics.database |
Base classes for the repository storage framework of the semantics package.
|
com.mockturtlesolutions.snifflib.spreadsheets.database |
Base classes for the repository storage framework of the spreadsheets package.
|
com.mockturtlesolutions.snifflib.sqldig.database |
Base classes for the repository storage framework of the sqldig package.
|
com.mockturtlesolutions.snifflib.statmodeltools.database |
Base classes for the repository storage framework of the statmodeltools package.
|
com.mockturtlesolutions.snifflib.timertools.database |
Base classes for the repository storage framework of the timertools package.
|
com.mockturtlesolutions.snifflib.util.database |
Base classes for the repository storage framework of the util package.
|
com.mockturtlesolutions.snifflib.vistools.database |
Base classes for the repository storage framework of the datatypes package.
|
com.mockturtlesolutions.snifflib.xppauttools.database |
Base classes for the repository storage framework of xppauttools
|
Modifier and Type | Interface and Description |
---|---|
interface |
DblMatrixConnectivity |
interface |
MatrixStorageConnectivity |
Modifier and Type | Class and Description |
---|---|
class |
DblMatrixSQLConnection
Establish a connection with an SQL server and process requests.
|
class |
DblMatrixSQLiteConnection
Establish a connection with an SQL server and process requests.
|
class |
DblMatrixXMLConnection
Establish a connection with an SQL server and process requests.
|
class |
MatrixStorageSQLConnection
Establish a connection with an SQL server and process requests.
|
class |
MatrixStorageXMLConnection
Establish a connection with an SQL server and process requests.
|
Constructor and Description |
---|
DblMatrixSQL(RepositoryConnectivity conn,
java.lang.String storagename) |
DblMatrixSQLite(RepositoryConnectivity conn,
java.lang.String storagename) |
DblMatrixXML(RepositoryConnectivity conn,
java.lang.String storagename) |
Modifier and Type | Interface and Description |
---|---|
interface |
FlatFileConnectivity |
interface |
FlatFileSetConnectivity |
interface |
FlatFileStorageConnectivity |
Modifier and Type | Class and Description |
---|---|
class |
FlatFileSetSQLConnection
Establish a connection with an SQL server and process requests.
|
class |
FlatFileSetXMLConnection
Establish a connection with an SQL server and process requests.
|
class |
FlatFileSQLConnection
Establish a connection with an SQL server and process requests.
|
class |
FlatFileXMLConnection
Establish a connection with an SQL server and process requests.
|
Constructor and Description |
---|
FlatFileSetSQL(RepositoryConnectivity conn,
java.lang.String storagename) |
FlatFileSetXML(RepositoryConnectivity conn,
java.lang.String storagename) |
FlatFileSQL(RepositoryConnectivity conn,
java.lang.String storagename) |
FlatFileXML(RepositoryConnectivity conn,
java.lang.String storagename) |
Modifier and Type | Interface and Description |
---|---|
interface |
GroovyScriptConnectivity |
Modifier and Type | Class and Description |
---|---|
class |
GroovyScriptPostgreSQLConnection
Establish a connection with an SQL server and process requests.
|
class |
GroovyScriptSQLiteConnection
Establish a connection with an SQL server and process requests.
|
class |
GroovyScriptXMLConnection
Establish a connection with an SQL server and process requests.
|
Constructor and Description |
---|
GroovyScriptPostgreSQL(RepositoryConnectivity conn,
java.lang.String storagename) |
GroovyScriptSQLite(RepositoryConnectivity conn,
java.lang.String storagename) |
GroovyScriptXML(RepositoryConnectivity conn,
java.lang.String storagename) |
Modifier and Type | Interface and Description |
---|---|
interface |
GaussianProposalConnectivity |
interface |
MCMCRunConnectivity |
interface |
MCMCStorageConnectivity |
interface |
MCMCTraceConnectivity |
interface |
ProposalDistributionConnectivity |
interface |
WedgeConnectivity |
Modifier and Type | Class and Description |
---|---|
class |
GaussianProposalSQLConnection
Establish a connection with an SQL server and process requests.
|
class |
GaussianProposalXMLConnection
Establish a connection with an SQL server and process requests.
|
class |
MCMCRunPostgreSQLConnection
Establish a connection with an SQL server and process requests.
|
class |
MCMCRunXMLConnection
Establish a connection with an SQL server and process requests.
|
class |
MCMCStoragePostgreSQLConnection
Establish a connection with an SQL server and process requests.
|
class |
MCMCStorageSQLConnection
Establish a connection with an SQL server and process requests.
|
class |
MCMCStorageXMLConnection
Establish a connection with an SQL server and process requests.
|
class |
MCMCTracePostgreSQLConnection
Establish a connection with an SQL server and process requests.
|
class |
MCMCTraceSQLConnection
Establish a connection with an SQL server and process requests.
|
class |
MCMCTraceXMLConnection
Establish a connection with an SQL server and process requests.
|
class |
ProposalDistributionSQLConnection
Establish a connection with an SQL server and process requests.
|
class |
ProposalDistributionXMLConnection
Establish a connection with an SQL server and process requests.
|
class |
WedgeXMLConnection
Establish a connection with an SQL server and process requests.
|
Modifier and Type | Class and Description |
---|---|
class |
RepositoryPostgreSQLConnection
Establish a connection with an SQL server and process requests.
|
class |
RepositorySQLConnection
Establish a connection with an SQL server and process requests.
|
class |
RepositorySQLiteConnection
Establish a connection with an SQL server and process requests.
|
class |
RepositoryXMLConnection |
Modifier and Type | Field and Description |
---|---|
protected RepositoryConnectivity |
RepositoryCustodian.connection |
protected RepositoryConnectivity |
RepositoryConnectionEvent.Connection |
Modifier and Type | Method and Description |
---|---|
RepositoryConnectivity |
RepositoryConnectionListener.getConnection() |
RepositoryConnectivity |
RepositoryConnectionEvent.getConnection() |
RepositoryConnectivity |
RepositoryElement.getConnection() |
RepositoryConnectivity |
RepositoryGatewayManager.getConnection() |
RepositoryConnectivity |
RepositoryConnectionHandler.getConnection(java.lang.String repos) |
RepositoryConnectivity |
RepositoryConnectionHandler.getConnection(java.lang.String repos,
boolean usepooling)
Gets a RepositoryConnectivity to the repository named.
|
Modifier and Type | Method and Description |
---|---|
RepositoryStorage |
RepositoryElement.getStorage(RepositoryConnectivity conn)
Attempts to obtain the storage from the given repository connection.
|
void |
RepositoryConnectionListener.setConnection(RepositoryConnectivity repos) |
Constructor and Description |
---|
RepositoryConnectionEvent(java.lang.Object source,
RepositoryConnectivity newconn) |
RepositoryCustodian(RepositoryConnectivity c) |
RepositorySQLCustodian(RepositoryConnectivity c) |
RepositoryStoragePostgreSQL(RepositoryConnectivity conn,
java.lang.String nickname) |
RepositoryStorageSQL(RepositoryConnectivity conn,
java.lang.String nickname) |
RepositoryStorageSQLite(RepositoryConnectivity conn,
java.lang.String nickname) |
RepositoryStorageXML(RepositoryConnectivity conn,
java.lang.String storagename) |
RepositoryXMLCustodian(RepositoryConnectivity c) |
Modifier and Type | Method and Description |
---|---|
RepositoryConnectivity |
DefaultMultiConfigNameSelectorGroup.getCurrentConnection() |
Modifier and Type | Interface and Description |
---|---|
interface |
WordStorageConnectivity |
Modifier and Type | Class and Description |
---|---|
class |
WordStorageSQLConnection
Establish a connection with an SQL server and process requests.
|
class |
WordStorageXMLConnection
Establish a connection with an SQL server and process requests.
|
Constructor and Description |
---|
WordSQL(RepositoryConnectivity conn,
java.lang.String storagename) |
WordXML(RepositoryConnectivity conn,
java.lang.String storagename) |
Modifier and Type | Interface and Description |
---|---|
interface |
MyrtleConnectivity |
interface |
ReservedFunctionConnectivity |
Modifier and Type | Class and Description |
---|---|
class |
MyrtleXMLConnection
Establish a connection with an SQL server and process requests.
|
class |
ReservedFunctionXMLConnection |
Constructor and Description |
---|
MyrtleXML(RepositoryConnectivity conn,
java.lang.String storagename) |
ReservedFunctionXML(RepositoryConnectivity conn,
java.lang.String storagename) |
Modifier and Type | Interface and Description |
---|---|
interface |
SQLConnectivity
Provides connections to SQL repositories.
|
Modifier and Type | Class and Description |
---|---|
class |
SQLConnection
Establish a connection with an SQL server and process requests.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CanonicalSetConnectivity |
interface |
CanonicalVariableConnectivity |
interface |
GLMStorageConnectivity |
interface |
ParameterSetConnectivity |
interface |
StatisticalModelStorageConnectivity |
Modifier and Type | Class and Description |
---|---|
class |
CanonicalSetPostgreSQLConnection
Establish a connection with an SQL server and process requests.
|
class |
CanonicalSetSQLConnection
Establish a connection with an SQL server and process requests.
|
class |
CanonicalSetXMLConnection
Establish a connection with an SQL server and process requests.
|
class |
CanonicalVariablePostgreSQLConnection
Establish a connection with an SQL server and process requests.
|
class |
CanonicalVariableSQLConnection
Establish a connection with an SQL server and process requests.
|
class |
CanonicalVariableXMLConnection
Establish a connection with an SQL server and process requests.
|
class |
GLMStoragePostgreSQLConnection
Establish a connection with an SQL server and process requests.
|
class |
GLMStorageSQLConnection
Establish a connection with an SQL server and process requests.
|
class |
GLMStorageXMLConnection
Establish a connection with an SQL server and process requests.
|
class |
ParameterSetPostgreSQLConnection
Establish a connection with an SQL server and process requests.
|
class |
ParameterSetSQLConnection
Establish a connection with an SQL server and process requests.
|
class |
ParameterSetSQLiteConnection
Establish a connection with an SQLite server and process requests.
|
class |
ParameterSetXMLConnection
Establish a connection with an SQL server and process requests.
|
class |
StatisticalModelPostgreSQLConnection
Establish a connection with an SQL server and process requests.
|
class |
StatisticalModelSQLConnection
Establish a connection with an SQL server and process requests.
|
class |
StatisticalModelXMLConnection
Establish a connection with an SQL server and process requests.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TimerStorageConnectivity |
Modifier and Type | Class and Description |
---|---|
class |
TimerStorageSQLConnection |
class |
TimerStorageXMLConnection |
Constructor and Description |
---|
TimerListenerSQL(RepositoryConnectivity conn,
java.lang.String storagename) |
TimerListenerXML(RepositoryConnectivity conn,
java.lang.String storagename) |
TimerSQL(RepositoryConnectivity conn,
java.lang.String storagename) |
TimerXML(RepositoryConnectivity conn,
java.lang.String storagename) |
Modifier and Type | Interface and Description |
---|---|
interface |
GridElementConnectivity |
Modifier and Type | Class and Description |
---|---|
class |
GridElementXMLConnection
Establish a connection with an SQL server and process requests.
|
Constructor and Description |
---|
GridElementXML(RepositoryConnectivity conn,
java.lang.String storagename) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImageFileConnectivity |
interface |
ImageStackConnectivity |
Modifier and Type | Class and Description |
---|---|
class |
ImageFileSQLConnection
Establish a connection with an SQL server and process requests.
|
class |
ImageFileXMLConnection
Establish a connection with an SQL server and process requests.
|
class |
ImageStackXMLConnection
Establish a connection with an SQL server and process requests.
|
Constructor and Description |
---|
ImageFileSQL(RepositoryConnectivity conn,
java.lang.String storagename) |
ImageFileXML(RepositoryConnectivity conn,
java.lang.String storagename) |
ImageStackSQL(RepositoryConnectivity conn,
java.lang.String storagename) |
ImageStackXML(RepositoryConnectivity conn,
java.lang.String storagename) |
Modifier and Type | Interface and Description |
---|---|
interface |
XppBettyConnectivity |
interface |
XppOdeConnectivity |
Modifier and Type | Class and Description |
---|---|
class |
XppBettyXMLConnection
Establish a connection with an SQL server and process requests.
|
class |
XppOdePostgreSQLConnection
Establish a connection with an SQL server and process requests.
|
class |
XppOdeSQLiteConnection
Establish a connection with an SQL server and process requests.
|
class |
XppOdeXMLConnection
Establish a connection with an SQL server and process requests.
|
Constructor and Description |
---|
XppBettyXML(RepositoryConnectivity conn,
java.lang.String storagename) |
XppOdePostgreSQL(RepositoryConnectivity conn,
java.lang.String storagename) |
XppOdeSQLite(RepositoryConnectivity conn,
java.lang.String storagename) |
XppOdeXML(RepositoryConnectivity conn,
java.lang.String storagename) |
Copyright © 2011, 2013. Daniel P. Dougherty