Package | Description |
---|---|
com.mockturtlesolutions.snifflib.datatypes.database |
Base classes for the repository storage framework of the datatypes package.
|
com.mockturtlesolutions.snifflib.datatypes.workbench |
Graphical interface 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.flatfiletools.workbench |
Graphical interface classes for the repository storage framework of the flatfiletools package.
|
com.mockturtlesolutions.snifflib.groovytools.database |
Graphical interface classes for the repository storage framework of the groovytools package.
|
com.mockturtlesolutions.snifflib.groovytools.workbench | |
com.mockturtlesolutions.snifflib.mcmctools.database |
Base classes for the repository storage framework of the mcmctools package.
|
com.mockturtlesolutions.snifflib.mcmctools.workbench |
Graphical interface 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.semantics.workbench |
Graphical interface classes for the repository storage framework of the semantics package.
|
com.mockturtlesolutions.snifflib.spreadsheets |
Contains standard classes and interfaces for implmenting simple programmable spreadsheets.
|
com.mockturtlesolutions.snifflib.spreadsheets.database |
Base classes for the repository storage framework of the spreadsheets package.
|
com.mockturtlesolutions.snifflib.spreadsheets.workbench |
Graphical interface classes for the repository storage framework of the spreadsheets package.
|
com.mockturtlesolutions.snifflib.statmodeltools.database |
Base classes for the repository storage framework of the statmodeltools package.
|
com.mockturtlesolutions.snifflib.statmodeltools.workbench |
Graphical interface 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.vistools.workbench |
Graphical interface classes for the repository storage framework of the vistools package.
|
com.mockturtlesolutions.snifflib.xppauttools.database |
Base classes for the repository storage framework of xppauttools
|
com.mockturtlesolutions.snifflib.xppauttools.workbench |
Graphical interface classes for the repository storage framework of the xppauttools package.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DblMatrixStorage |
interface |
MatrixStorage |
Modifier and Type | Class and Description |
---|---|
class |
DblMatrixDOM |
class |
DblMatrixSQL |
class |
DblMatrixSQLite |
class |
DblMatrixXML |
Modifier and Type | Method and Description |
---|---|
RepositoryStorage |
DblMatrixSQLConnection.getStorage(java.lang.String storagename) |
RepositoryStorage |
DblMatrixSQLiteConnection.getStorage(java.lang.String storagename) |
RepositoryStorage |
MatrixStorageSQLConnection.getStorage(java.lang.String storagename) |
Modifier and Type | Method and Description |
---|---|
void |
DblMatrixTransferAgent.transferStorageCommands(RepositoryStorage that) |
Constructor and Description |
---|
DblMatrixTransferAgent(RepositoryStorage a) |
Modifier and Type | Class and Description |
---|---|
class |
MatrixStorageEditorFrame |
Modifier and Type | Method and Description |
---|---|
void |
MatrixStorageEditorFrame.copyStorage(RepositoryStorage that) |
void |
MatrixStorageEditorFrame.copyStorageCommands(RepositoryStorage x) |
void |
MatrixStorageEditorFrame.transferStorage(RepositoryStorage that) |
void |
MatrixStorageEditorFrame.transferStorageCommands(RepositoryStorage x) |
Modifier and Type | Interface and Description |
---|---|
interface |
FlatFileSetStorage |
interface |
FlatFileStorage |
Modifier and Type | Class and Description |
---|---|
class |
FlatFileDOM |
class |
FlatFileSet
A read-only buffered TableModel for data sets spread across multiple plain
text files.
|
class |
FlatFileSetDOM |
class |
FlatFileSetSQL
Access to multiple
|
class |
FlatFileSetXML
Access to multiple
|
class |
FlatFileSQL |
class |
FlatFileXML |
Modifier and Type | Method and Description |
---|---|
RepositoryStorage |
FlatFileSetSQLConnection.getStorage(java.lang.String storagename) |
RepositoryStorage |
FlatFileSQLConnection.getStorage(java.lang.String storagename) |
Modifier and Type | Method and Description |
---|---|
void |
FlatFileSet.copyStorage(RepositoryStorage that) |
void |
FlatFileSet.copyStorageCommands(RepositoryStorage that) |
void |
FlatFileSet.transferStorage(RepositoryStorage that) |
void |
FlatFileSetTransferAgent.transferStorageCommands(RepositoryStorage that) |
void |
FlatFileTransferAgent.transferStorageCommands(RepositoryStorage that) |
void |
FlatFileSet.transferStorageCommands(RepositoryStorage that) |
Constructor and Description |
---|
FlatFileSetTransferAgent(RepositoryStorage a) |
FlatFileTransferAgent(RepositoryStorage a) |
Modifier and Type | Class and Description |
---|---|
class |
FlatFileFrame |
class |
FlatFileSetFrame |
Modifier and Type | Method and Description |
---|---|
void |
FlatFileSetFrame.copyStorage(RepositoryStorage that) |
void |
FlatFileFrame.copyStorage(RepositoryStorage that) |
void |
FlatFileSetFrame.copyStorageCommands(RepositoryStorage x) |
void |
FlatFileFrame.copyStorageCommands(RepositoryStorage x) |
void |
FlatFileSetFrame.transferStorage(RepositoryStorage that) |
void |
FlatFileFrame.transferStorage(RepositoryStorage that) |
void |
FlatFileSetFrame.transferStorageCommands(RepositoryStorage x) |
void |
FlatFileFrame.transferStorageCommands(RepositoryStorage x) |
Modifier and Type | Interface and Description |
---|---|
interface |
GroovyScriptStorage |
Modifier and Type | Class and Description |
---|---|
class |
GroovyScriptDOM |
class |
GroovyScriptPostgreSQL |
class |
GroovyScriptSQLite |
class |
GroovyScriptXML |
Modifier and Type | Method and Description |
---|---|
RepositoryStorage |
GroovyScriptSQLiteConnection.getStorage(java.lang.String storagename) |
RepositoryStorage |
GroovyScriptPostgreSQLConnection.getStorage(java.lang.String storagename) |
Modifier and Type | Method and Description |
---|---|
void |
GroovyScriptTransferAgent.transferStorageCommands(RepositoryStorage x) |
Constructor and Description |
---|
GroovyScriptTransferAgent(RepositoryStorage a) |
Modifier and Type | Class and Description |
---|---|
class |
GroovyScriptFrame |
class |
GroovyScriptPanel |
Modifier and Type | Method and Description |
---|---|
void |
GroovyScriptFrame.copyStorage(RepositoryStorage x) |
void |
GroovyScriptPanel.copyStorage(RepositoryStorage x) |
void |
GroovyScriptFrame.copyStorageCommands(RepositoryStorage x) |
void |
GroovyScriptPanel.copyStorageCommands(RepositoryStorage x) |
void |
GroovyScriptFrame.transferStorage(RepositoryStorage x) |
void |
GroovyScriptPanel.transferStorage(RepositoryStorage that) |
void |
GroovyScriptFrame.transferStorageCommands(RepositoryStorage x) |
void |
GroovyScriptPanel.transferStorageCommands(RepositoryStorage x) |
Modifier and Type | Interface and Description |
---|---|
interface |
GaussianProposalStorage |
interface |
MCMCRunStorage
This class defines the state of the asynchronous and distributed MCMC run process.
|
interface |
MCMCStorage |
interface |
MCMCTraceStorage |
interface |
ProposalDistributionStorage |
interface |
WedgeStorage |
Modifier and Type | Class and Description |
---|---|
class |
GaussianProposalDOM |
class |
GaussianProposalSQL |
class |
GaussianProposalXML |
class |
MCMCDOM |
class |
MCMCPostgreSQL |
class |
MCMCRunDOM |
class |
MCMCRunPostgreSQL |
class |
MCMCRunSQL |
class |
MCMCRunXML |
class |
MCMCSQL |
class |
MCMCTraceDOM |
class |
MCMCTracePostgreSQL |
class |
MCMCTraceSQL |
class |
MCMCTraceXML |
class |
MCMCXML |
class |
ProposalDistributionDOM |
class |
ProposalDistributionSQL |
class |
ProposalDistributionXML |
class |
WedgeDOM |
class |
WedgePostgreSQL |
class |
WedgeXML |
Modifier and Type | Method and Description |
---|---|
RepositoryStorage |
MCMCStorageSQLConnection.getStorage(java.lang.String storagename) |
RepositoryStorage |
MCMCRunPostgreSQLConnection.getStorage(java.lang.String storagename) |
RepositoryStorage |
MCMCStoragePostgreSQLConnection.getStorage(java.lang.String storagename) |
RepositoryStorage |
GaussianProposalSQLConnection.getStorage(java.lang.String storagename) |
RepositoryStorage |
MCMCTraceSQLConnection.getStorage(java.lang.String storagename) |
RepositoryStorage |
ProposalDistributionSQLConnection.getStorage(java.lang.String storagename) |
RepositoryStorage |
MCMCTracePostgreSQLConnection.getStorage(java.lang.String storagename) |
Modifier and Type | Method and Description |
---|---|
void |
MCMCTransferAgent.transferStorageCommands(RepositoryStorage that) |
void |
MCMCTraceTransferAgent.transferStorageCommands(RepositoryStorage that) |
void |
GaussianProposalTransferAgent.transferStorageCommands(RepositoryStorage that) |
void |
ProposalDistributionTransferAgent.transferStorageCommands(RepositoryStorage that) |
void |
MCMCRunTransferAgent.transferStorageCommands(RepositoryStorage that) |
void |
WedgeTransferAgent.transferStorageCommands(RepositoryStorage x) |
Constructor and Description |
---|
GaussianProposalTransferAgent(RepositoryStorage a) |
MCMCRunTransferAgent(RepositoryStorage a) |
MCMCTraceTransferAgent(RepositoryStorage a) |
MCMCTransferAgent(RepositoryStorage a) |
ProposalDistributionTransferAgent(RepositoryStorage a) |
WedgeTransferAgent(RepositoryStorage a) |
Modifier and Type | Class and Description |
---|---|
class |
GaussianProposalFrame |
class |
GaussianProposalPanel |
class |
MCMCFrame |
class |
MCMCRunFrame |
class |
MCMCRunPanel |
class |
MCMCTraceFrame |
class |
WedgeFrame |
class |
WedgePanel |
Modifier and Type | Interface and Description |
---|---|
interface |
GraphicalRepositoryEditor |
interface |
RepositoryEditor |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRepositoryStorage
This is a tagging interface for all classes that store themselves in a
repository.
|
class |
RepositoryStorageDOM
DOM storage variant for RepositoryStorage.
|
class |
RepositoryStoragePostgreSQL |
class |
RepositoryStorageSQL |
class |
RepositoryStorageSQLite |
class |
RepositoryStorageXML |
Modifier and Type | Field and Description |
---|---|
protected RepositoryStorage |
RepositoryStorageCalculationsAgent.target |
protected RepositoryStorage |
RepositoryStorageTransferAgent.target |
Modifier and Type | Method and Description |
---|---|
RepositoryStorage |
RepositoryElement.getStorage()
Convenience method for getting storage.
|
RepositoryStorage |
RepositoryElement.getStorage(RepositoryConnectivity conn)
Attempts to obtain the storage from the given repository connection.
|
RepositoryStorage |
RepositoryStorageDOM.getStorage(RepositoryElement elem) |
RepositoryStorage |
RepositoryStorageSQL.getStorage(RepositoryElement elem) |
RepositoryStorage |
RepositoryStorageSQLite.getStorage(RepositoryElement elem) |
RepositoryStorage |
RepositoryStoragePostgreSQL.getStorage(RepositoryElement elem) |
RepositoryStorage |
RepositoryStorageXML.getStorage(RepositoryElement elem) |
RepositoryStorage |
RepositoryConnectivity.getStorage(java.lang.String storagename)
Gets the storage having the given nickname from the currently connected
repository.
|
RepositoryStorage |
RepositoryXMLConnection.getStorage(java.lang.String storagename) |
RepositoryStorage |
RepositorySQLiteConnection.getStorage(java.lang.String storagename) |
RepositoryStorage |
RepositoryPostgreSQLConnection.getStorage(java.lang.String storagename) |
RepositoryStorage |
RepositorySQLConnection.getStorage(java.lang.String storagename) |
RepositoryStorage |
RepositoryGatewayManager.getStorage(java.lang.String nickname) |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryStorageTransfer.copyStorage(RepositoryStorage x) |
void |
AbstractRepositoryStorage.copyStorage(RepositoryStorage that) |
void |
RepositoryStorageTransferAgent.copyStorage(RepositoryStorage x) |
void |
RepositoryStorageXML.copyStorage(RepositoryStorage that) |
void |
RepositoryStorageTransfer.copyStorageCommands(RepositoryStorage x) |
void |
AbstractRepositoryStorage.copyStorageCommands(RepositoryStorage that) |
void |
RepositoryStorageTransferAgent.copyStorageCommands(RepositoryStorage x) |
void |
RepositoryXMLConnection.createAndTransferStorageThreaded(RepositoryStorage storage)
Creates (if not exists) the storage on this connectivity and
then transfers it.
|
void |
RepositorySQLiteConnection.createAndTransferStorageThreaded(RepositoryStorage storage)
Creates (if not exists) the storage on this connectivity and
then transfers it.
|
void |
RepositoryPostgreSQLConnection.createAndTransferStorageThreaded(RepositoryStorage storage)
Creates (if not exists) the storage on this connectivity and
then transfers it.
|
void |
RepositorySQLConnection.createAndTransferStorageThreaded(RepositoryStorage storage)
Creates (if not exists) the storage on this connectivity and
then transfers it.
|
void |
RepositoryStorageTransfer.transferStorage(RepositoryStorage x) |
void |
AbstractRepositoryStorage.transferStorage(RepositoryStorage that) |
void |
RepositoryStorageTransferAgent.transferStorage(RepositoryStorage x) |
void |
RepositoryStorageXML.transferStorage(RepositoryStorage that)
Transfer the contents of one storage to this instance.
|
void |
RepositoryStorageTransfer.transferStorageCommands(RepositoryStorage x) |
void |
AbstractRepositoryStorage.transferStorageCommands(RepositoryStorage that) |
void |
RepositoryStorageTransferAgent.transferStorageCommands(RepositoryStorage x) |
Constructor and Description |
---|
RepositoryStorageCalculationsAgent(RepositoryStorage a) |
RepositoryStorageTransferAgent(RepositoryStorage a) |
Modifier and Type | Method and Description |
---|---|
RepositoryStorage |
DefaultMultiConfigNameSelectorGroup.getStorage() |
RepositoryStorage |
DefaultMultiConfigNameSelectorGroup.getStorage(java.lang.String name) |
Constructor and Description |
---|
RepositoryHeaderFrame(RepositoryStorage target,
ReposConfig conf,
ReposPrefs p) |
Modifier and Type | Interface and Description |
---|---|
interface |
WordStorage |
Modifier and Type | Class and Description |
---|---|
class |
WordDOM |
class |
WordSQL |
class |
WordXML |
Modifier and Type | Method and Description |
---|---|
RepositoryStorage |
WordStorageSQLConnection.getStorage(java.lang.String storagename) |
Modifier and Type | Method and Description |
---|---|
void |
WordTransferAgent.transferStorageCommands(RepositoryStorage that) |
Constructor and Description |
---|
WordTransferAgent(RepositoryStorage a) |
Modifier and Type | Class and Description |
---|---|
class |
WordStorageEditorFrame |
Modifier and Type | Method and Description |
---|---|
void |
WordStorageEditorFrame.copyStorage(RepositoryStorage that) |
void |
WordStorageEditorFrame.copyStorageCommands(RepositoryStorage x) |
void |
WordStorageEditorFrame.transferStorage(RepositoryStorage that) |
void |
WordStorageEditorFrame.transferStorageCommands(RepositoryStorage x) |
Modifier and Type | Interface and Description |
---|---|
interface |
MyrtleSheetAPI
This interface provides methods for managing multiple spreadsheet tables, their
contents, and their interactivity.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSpreadsheetPanel
Panel containing one or more DefaultSpreadsheetTable instances.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultSpreadsheetPanel.copyStorage(RepositoryStorage x) |
void |
DefaultSpreadsheetPanel.copyStorageCommands(RepositoryStorage x) |
void |
DefaultSpreadsheetPanel.transferStorage(RepositoryStorage that) |
void |
DefaultSpreadsheetPanel.transferStorageCommands(RepositoryStorage x) |
Modifier and Type | Interface and Description |
---|---|
interface |
MyrtleStorage |
interface |
ReservedFunctionStorage |
Modifier and Type | Class and Description |
---|---|
class |
MyrtleDOM |
class |
MyrtleXML |
class |
ReservedFunctionDOM |
class |
ReservedFunctionXML |
Modifier and Type | Method and Description |
---|---|
void |
MyrtleTransferAgent.transferStorageCommands(RepositoryStorage x) |
void |
ReservedFunctionTransferAgent.transferStorageCommands(RepositoryStorage x) |
Constructor and Description |
---|
MyrtleTransferAgent(RepositoryStorage a) |
ReservedFunctionTransferAgent(RepositoryStorage a) |
Modifier and Type | Class and Description |
---|---|
class |
ReservedFunctionFrame |
class |
ReservedFunctionPanel |
Modifier and Type | Method and Description |
---|---|
void |
ReservedFunctionPanel.copyStorage(RepositoryStorage x) |
void |
ReservedFunctionFrame.copyStorage(RepositoryStorage x) |
void |
ReservedFunctionPanel.copyStorageCommands(RepositoryStorage x) |
void |
ReservedFunctionFrame.copyStorageCommands(RepositoryStorage x) |
void |
ReservedFunctionPanel.transferStorage(RepositoryStorage that) |
void |
ReservedFunctionFrame.transferStorage(RepositoryStorage x) |
void |
ReservedFunctionPanel.transferStorageCommands(RepositoryStorage x) |
void |
ReservedFunctionFrame.transferStorageCommands(RepositoryStorage x) |
Modifier and Type | Interface and Description |
---|---|
interface |
CanonicalSetStorage |
interface |
CanonicalVariableStorage |
interface |
GLMStorage
One of the core statistical model storages.
|
interface |
ParameterSetStorage |
interface |
StatisticalModelStorage |
Modifier and Type | Class and Description |
---|---|
class |
CanonicalSetDOM |
class |
CanonicalSetPostgreSQL |
class |
CanonicalSetSQL |
class |
CanonicalSetXML |
class |
CanonicalVariableDOM |
class |
CanonicalVariablePostgreSQL |
class |
CanonicalVariableSQL |
class |
CanonicalVariableXML |
class |
GLMStorageDOM |
class |
GLMStoragePostgreSQL |
class |
GLMStorageSQL |
class |
GLMStorageXML |
class |
ParameterSetDOM |
class |
ParameterSetPostgreSQL |
class |
ParameterSetSQL |
class |
ParameterSetSQLite |
class |
ParameterSetXML |
class |
StatisticalModelDOM |
class |
StatisticalModelPostgreSQL |
class |
StatisticalModelSQL |
class |
StatisticalModelXML |
Modifier and Type | Method and Description |
---|---|
RepositoryStorage |
StatisticalModelPostgreSQLConnection.getStorage(java.lang.String storagename) |
RepositoryStorage |
CanonicalVariablePostgreSQLConnection.getStorage(java.lang.String storagename) |
RepositoryStorage |
StatisticalModelSQLConnection.getStorage(java.lang.String storagename) |
RepositoryStorage |
ParameterSetSQLiteConnection.getStorage(java.lang.String storagename) |
RepositoryStorage |
ParameterSetPostgreSQLConnection.getStorage(java.lang.String storagename) |
RepositoryStorage |
GLMStoragePostgreSQLConnection.getStorage(java.lang.String storagename) |
RepositoryStorage |
ParameterSetSQLConnection.getStorage(java.lang.String storagename) |
RepositoryStorage |
CanonicalSetSQLConnection.getStorage(java.lang.String storagename) |
RepositoryStorage |
CanonicalSetPostgreSQLConnection.getStorage(java.lang.String storagename) |
RepositoryStorage |
GLMStorageSQLConnection.getStorage(java.lang.String storagename) |
Modifier and Type | Method and Description |
---|---|
void |
CanonicalVariableXML.copyCoefficients(RepositoryStorage that) |
void |
CanonicalVariableSQL.copyCoefficients(RepositoryStorage that) |
void |
CanonicalVariableDOM.copyCoefficients(RepositoryStorage that) |
void |
CanonicalVariableStorage.copyCoefficients(RepositoryStorage that) |
void |
CanonicalVariablePostgreSQL.copyCoefficients(RepositoryStorage that) |
void |
CanonicalVariableTransferAgent.copyCoefficients(RepositoryStorage that) |
void |
CanonicalVariableXML.copyParameters(RepositoryStorage that) |
void |
ParameterSetDOM.copyParameters(RepositoryStorage that) |
void |
ParameterSetSQLite.copyParameters(RepositoryStorage that) |
void |
ParameterSetPostgreSQL.copyParameters(RepositoryStorage that) |
void |
ParameterSetTransferAgent.copyParameters(RepositoryStorage that) |
void |
ParameterSetSQL.copyParameters(RepositoryStorage that) |
void |
CanonicalVariableDOM.copyParameters(RepositoryStorage that) |
void |
ParameterSetXML.copyParameters(RepositoryStorage that) |
void |
ParameterSetStorage.copyParameters(RepositoryStorage that) |
void |
CanonicalVariableTransferAgent.copyParameters(RepositoryStorage that) |
void |
StatisticalModelTransferAgent.transferStorageCommands(RepositoryStorage that) |
void |
GLMStorageTransferAgent.transferStorageCommands(RepositoryStorage x) |
void |
ParameterSetTransferAgent.transferStorageCommands(RepositoryStorage that) |
void |
CanonicalSetTransferAgent.transferStorageCommands(RepositoryStorage that) |
void |
CanonicalVariableTransferAgent.transferStorageCommands(RepositoryStorage that) |
Constructor and Description |
---|
CanonicalSetTransferAgent(RepositoryStorage a) |
CanonicalVariableTransferAgent(RepositoryStorage a) |
GLMStorageTransferAgent(RepositoryStorage a) |
ParameterSetTransferAgent(RepositoryStorage a) |
StatisticalModelTransferAgent(RepositoryStorage a) |
Modifier and Type | Class and Description |
---|---|
class |
CanonicalSetFrame |
class |
CanonicalVariableFrame
View and edit parameter set storages through a repository framework.
|
class |
CanonicalVariablePanel
View and edit parameter set storages through a repository framework.
|
class |
GLMStorageFrame |
class |
ParameterSetFrame
View and edit parameter set storages through a repository framework.
|
class |
ParameterSetPanel
View and edit parameter set storages through a repository framework.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TimerListenerStorage |
interface |
TimerStorage |
Modifier and Type | Class and Description |
---|---|
class |
TimerDOM |
class |
TimerListenerDOM |
class |
TimerListenerSQL |
class |
TimerListenerXML |
class |
TimerSQL |
class |
TimerXML |
Modifier and Type | Method and Description |
---|---|
void |
TimerTransferAgent.transferStorageCommands(RepositoryStorage that) |
void |
TimerListenerTransferAgent.transferStorageCommands(RepositoryStorage that) |
Constructor and Description |
---|
TimerListenerTransferAgent(RepositoryStorage a) |
TimerTransferAgent(RepositoryStorage a) |
Modifier and Type | Interface and Description |
---|---|
interface |
GridElementStorage |
Modifier and Type | Class and Description |
---|---|
class |
GridElementDOM |
class |
GridElementXML |
Modifier and Type | Method and Description |
---|---|
void |
GridElementTransferAgent.transferStorageCommands(RepositoryStorage that) |
Constructor and Description |
---|
GridElementTransferAgent(RepositoryStorage a) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImageFileStorage |
interface |
ImageStackStorage |
Modifier and Type | Class and Description |
---|---|
class |
ImageFileDOM |
class |
ImageFileSQL |
class |
ImageFileXML |
class |
ImageStackDOM |
class |
ImageStackSQL
Access to multiple
|
class |
ImageStackXML
Access to multiple
|
Modifier and Type | Method and Description |
---|---|
RepositoryStorage |
ImageFileSQLConnection.getStorage(java.lang.String storagename) |
Modifier and Type | Method and Description |
---|---|
void |
ImageFileTransferAgent.transferStorageCommands(RepositoryStorage that) |
void |
ImageStackTransferAgent.transferStorageCommands(RepositoryStorage that) |
Constructor and Description |
---|
ImageFileTransferAgent(RepositoryStorage a) |
ImageStackTransferAgent(RepositoryStorage a) |
Modifier and Type | Class and Description |
---|---|
class |
ImageFileFrame |
class |
ImageStackFrame |
Modifier and Type | Method and Description |
---|---|
void |
ImageFileFrame.copyStorage(RepositoryStorage that) |
void |
ImageStackFrame.copyStorage(RepositoryStorage that) |
void |
ImageFileFrame.copyStorageCommands(RepositoryStorage x) |
void |
ImageStackFrame.copyStorageCommands(RepositoryStorage x) |
void |
ImageFileFrame.transferStorage(RepositoryStorage that) |
void |
ImageStackFrame.transferStorage(RepositoryStorage that) |
void |
ImageFileFrame.transferStorageCommands(RepositoryStorage x) |
void |
ImageStackFrame.transferStorageCommands(RepositoryStorage x) |
Modifier and Type | Interface and Description |
---|---|
interface |
XppBettyStorage |
interface |
XppOdeStorage |
Modifier and Type | Class and Description |
---|---|
class |
XppBettyDOM |
class |
XppBettyXML |
class |
XppOdeDOM |
class |
XppOdePostgreSQL |
class |
XppOdeSQLite |
class |
XppOdeXML |
Modifier and Type | Method and Description |
---|---|
RepositoryStorage |
XppOdePostgreSQLConnection.getStorage(java.lang.String storagename) |
RepositoryStorage |
XppOdeSQLiteConnection.getStorage(java.lang.String storagename) |
Modifier and Type | Method and Description |
---|---|
void |
XppOdeTransferAgent.copyInitialConditions(RepositoryStorage that) |
void |
XppOdeTransferAgent.copyParameters(RepositoryStorage that) |
void |
XppBettyTransferAgent.transferStorageCommands(RepositoryStorage that) |
void |
XppOdeTransferAgent.transferStorageCommands(RepositoryStorage x) |
Constructor and Description |
---|
XppBettyTransferAgent(RepositoryStorage a) |
XppOdeTransferAgent(RepositoryStorage a) |
Modifier and Type | Class and Description |
---|---|
class |
XppBettyFrame |
class |
XppBettyPanel |
Modifier and Type | Method and Description |
---|---|
void |
XppBettyFrame.copyStorage(RepositoryStorage x) |
void |
XppBettyPanel.copyStorage(RepositoryStorage x) |
void |
XppBettyFrame.copyStorageCommands(RepositoryStorage x) |
void |
XppBettyPanel.copyStorageCommands(RepositoryStorage x) |
void |
XppBettyFrame.transferStorage(RepositoryStorage x) |
void |
XppBettyPanel.transferStorage(RepositoryStorage that) |
void |
XppBettyFrame.transferStorageCommands(RepositoryStorage x) |
void |
XppBettyPanel.transferStorageCommands(RepositoryStorage x) |
Copyright © 2011, 2013. Daniel P. Dougherty