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.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 |
DblMatrixTransferAgent |
class |
DblMatrixXML |
Modifier and Type | Class and Description |
---|---|
class |
MatrixStorageEditorFrame |
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 |
FlatFileSetTransferAgent
Using this class to specifically deal with the transfer aspect allows the mix-in needed
for multiple storage types of the same data (e.g.
|
class |
FlatFileSetXML
Access to multiple
|
class |
FlatFileSQL |
class |
FlatFileTransferAgent
Using this class to specifically deal with the transfer aspect allows the mix-in needed
for multiple storage types of the same data (e.g.
|
class |
FlatFileXML |
Modifier and Type | Class and Description |
---|---|
class |
FlatFileFrame |
class |
FlatFileSetFrame |
Modifier and Type | Interface and Description |
---|---|
interface |
GroovyScriptStorage |
Modifier and Type | Class and Description |
---|---|
class |
GroovyScriptDOM |
class |
GroovyScriptPostgreSQL |
class |
GroovyScriptSQLite |
class |
GroovyScriptTransferAgent |
class |
GroovyScriptXML |
Modifier and Type | Class and Description |
---|---|
class |
GroovyScriptFrame |
class |
GroovyScriptPanel |
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 |
GaussianProposalTransferAgent |
class |
GaussianProposalXML |
class |
MCMCDOM |
class |
MCMCPostgreSQL |
class |
MCMCRunDOM |
class |
MCMCRunPostgreSQL |
class |
MCMCRunSQL |
class |
MCMCRunTransferAgent |
class |
MCMCRunXML |
class |
MCMCSQL |
class |
MCMCTraceDOM |
class |
MCMCTracePostgreSQL |
class |
MCMCTraceSQL |
class |
MCMCTraceTransferAgent |
class |
MCMCTraceXML |
class |
MCMCTransferAgent |
class |
MCMCXML |
class |
ProposalDistributionDOM |
class |
ProposalDistributionSQL |
class |
ProposalDistributionTransferAgent |
class |
ProposalDistributionXML |
class |
WedgeDOM |
class |
WedgePostgreSQL |
class |
WedgeTransferAgent |
class |
WedgeXML |
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 |
interface |
RepositoryStorage
Interface methods which each RepositoryStorage will typically implement in a
different way.
|
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 |
RepositoryStorageTransferAgent
Using this class to specifically deal with the transfer aspect allows the mix-in needed
for multiple storage types of the same data (e.g.
|
class |
RepositoryStorageXML |
Modifier and Type | Interface and Description |
---|---|
interface |
WordStorage |
Modifier and Type | Class and Description |
---|---|
class |
WordDOM |
class |
WordSQL |
class |
WordTransferAgent |
class |
WordXML |
Modifier and Type | Class and Description |
---|---|
class |
WordStorageEditorFrame |
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 | Interface and Description |
---|---|
interface |
MyrtleStorage |
interface |
ReservedFunctionStorage |
Modifier and Type | Class and Description |
---|---|
class |
MyrtleDOM |
class |
MyrtleTransferAgent |
class |
MyrtleXML |
class |
ReservedFunctionDOM |
class |
ReservedFunctionTransferAgent |
class |
ReservedFunctionXML |
Modifier and Type | Class and Description |
---|---|
class |
ReservedFunctionFrame |
class |
ReservedFunctionPanel |
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 |
CanonicalSetTransferAgent |
class |
CanonicalSetXML |
class |
CanonicalVariableDOM |
class |
CanonicalVariablePostgreSQL |
class |
CanonicalVariableSQL |
class |
CanonicalVariableTransferAgent |
class |
CanonicalVariableXML |
class |
GLMStorageDOM |
class |
GLMStoragePostgreSQL |
class |
GLMStorageSQL |
class |
GLMStorageTransferAgent |
class |
GLMStorageXML |
class |
ParameterSetDOM |
class |
ParameterSetPostgreSQL |
class |
ParameterSetSQL |
class |
ParameterSetSQLite |
class |
ParameterSetTransferAgent |
class |
ParameterSetXML |
class |
StatisticalModelDOM |
class |
StatisticalModelPostgreSQL |
class |
StatisticalModelSQL |
class |
StatisticalModelTransferAgent |
class |
StatisticalModelXML |
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 |
TimerListenerTransferAgent
Using this class to specifically deal with the transfer aspect allows the mix-in needed
for multiple storage types of the same data (e.g.
|
class |
TimerListenerXML |
class |
TimerSQL |
class |
TimerTransferAgent |
class |
TimerXML |
Modifier and Type | Interface and Description |
---|---|
interface |
GridElementStorage |
Modifier and Type | Class and Description |
---|---|
class |
GridElementDOM |
class |
GridElementTransferAgent |
class |
GridElementXML |
Modifier and Type | Interface and Description |
---|---|
interface |
ImageFileStorage |
interface |
ImageStackStorage |
Modifier and Type | Class and Description |
---|---|
class |
ImageFileDOM |
class |
ImageFileSQL |
class |
ImageFileTransferAgent
Using this class to specifically deal with the transfer aspect allows the mix-in needed
for multiple storage types of the same data (e.g.
|
class |
ImageFileXML |
class |
ImageStackDOM |
class |
ImageStackSQL
Access to multiple
|
class |
ImageStackTransferAgent
Using this class to specifically deal with the transfer aspect allows the mix-in needed
for multiple storage types of the same data (e.g.
|
class |
ImageStackXML
Access to multiple
|
Modifier and Type | Class and Description |
---|---|
class |
ImageFileFrame |
class |
ImageStackFrame |
Modifier and Type | Interface and Description |
---|---|
interface |
XppBettyStorage |
interface |
XppOdeStorage |
Modifier and Type | Class and Description |
---|---|
class |
XppBettyDOM |
class |
XppBettyTransferAgent |
class |
XppBettyXML |
class |
XppOdeDOM |
class |
XppOdePostgreSQL |
class |
XppOdeSQLite |
class |
XppOdeTransferAgent |
class |
XppOdeXML |
Modifier and Type | Class and Description |
---|---|
class |
XppBettyFrame |
class |
XppBettyPanel |
Copyright © 2011, 2013. Daniel P. Dougherty