Package | Description |
---|---|
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.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.util.database |
Base classes for the repository storage framework of the util package.
|
Constructor and Description |
---|
MCMCServerThread(RepositoryElement mcmcrun) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
RepositoryElement |
DefaultMultiConfigNameSelectorGroup.getRepositoryElement() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultMultiConfigNameSelectorGroup.setRepositoryElement(RepositoryElement el) |
Modifier and Type | Method and Description |
---|---|
RepositoryElement |
CanonicalSetPostgreSQL.getElement(int j) |
RepositoryElement |
CanonicalSetXML.getElement(int j) |
RepositoryElement |
CanonicalSetSQL.getElement(int j) |
RepositoryElement |
CanonicalSetStorage.getElement(int j) |
RepositoryElement |
CanonicalSetDOM.getElement(int j) |
RepositoryElement |
CanonicalSetPostgreSQL.poll()
Retrieves and removes the first RepositoryElement in this trace, or null if this queue is empty.
|
RepositoryElement |
CanonicalSetXML.poll()
Retrieves and removes the first RepositoryElement in this trace, or null if this queue is empty.
|
RepositoryElement |
CanonicalSetSQL.poll()
Retrieves and removes the first RepositoryElement in this trace, or null if this queue is empty.
|
RepositoryElement |
CanonicalSetStorage.poll()
Retrieves and removes the first RepositoryElement in this trace, or null if this queue is empty.
|
RepositoryElement |
CanonicalSetDOM.poll()
Retrieves and removes the first RepositoryElement in this trace, or null if this queue is empty.
|
RepositoryElement |
CanonicalSetPostgreSQL.removeElement(int k) |
RepositoryElement |
CanonicalSetXML.removeElement(int k) |
RepositoryElement |
CanonicalSetSQL.removeElement(int k) |
RepositoryElement |
CanonicalSetStorage.removeElement(int k) |
RepositoryElement |
CanonicalSetDOM.removeElement(int k) |
RepositoryElement |
CanonicalSetPostgreSQL.setElement(int k,
RepositoryElement elem) |
RepositoryElement |
CanonicalSetXML.setElement(int k,
RepositoryElement elem) |
RepositoryElement |
CanonicalSetSQL.setElement(int k,
RepositoryElement elem) |
RepositoryElement |
CanonicalSetStorage.setElement(int k,
RepositoryElement elem) |
RepositoryElement |
CanonicalSetDOM.setElement(int j,
RepositoryElement elem) |
Modifier and Type | Method and Description |
---|---|
void |
CanonicalSetPostgreSQL.addElementToSet(int j,
RepositoryElement elem) |
void |
CanonicalSetXML.addElementToSet(int j,
RepositoryElement elem) |
void |
CanonicalSetSQL.addElementToSet(int j,
RepositoryElement elem) |
void |
CanonicalSetStorage.addElementToSet(int j,
RepositoryElement elem) |
void |
CanonicalSetDOM.addElementToSet(int j,
RepositoryElement elem) |
boolean |
CanonicalSetPostgreSQL.addElementToSet(RepositoryElement elem) |
boolean |
CanonicalSetXML.addElementToSet(RepositoryElement elem) |
boolean |
CanonicalSetSQL.addElementToSet(RepositoryElement elem) |
boolean |
CanonicalSetStorage.addElementToSet(RepositoryElement elem) |
boolean |
CanonicalSetDOM.addElementToSet(RepositoryElement elem) |
void |
CanonicalSetPostgreSQL.offer(RepositoryElement elem)
Inserts the specified RepositoryElement at the end of this trace.
|
void |
CanonicalSetXML.offer(RepositoryElement elem)
Inserts the specified RepositoryElement at the end of this trace.
|
void |
CanonicalSetSQL.offer(RepositoryElement elem)
Inserts the specified RepositoryElement at the end of this trace.
|
void |
CanonicalSetStorage.offer(RepositoryElement elem)
Inserts the specified RepositoryElement at the end of this trace.
|
void |
CanonicalSetDOM.offer(RepositoryElement elem)
Inserts the specified RepositoryElement at the end of this trace.
|
RepositoryElement |
CanonicalSetPostgreSQL.setElement(int k,
RepositoryElement elem) |
RepositoryElement |
CanonicalSetXML.setElement(int k,
RepositoryElement elem) |
RepositoryElement |
CanonicalSetSQL.setElement(int k,
RepositoryElement elem) |
RepositoryElement |
CanonicalSetStorage.setElement(int k,
RepositoryElement elem) |
RepositoryElement |
CanonicalSetDOM.setElement(int j,
RepositoryElement elem) |
Modifier and Type | Method and Description |
---|---|
RepositoryElement |
CanonicalSetFrame.getElement(int j) |
RepositoryElement |
CanonicalSetFrame.CanonicalSetTableModel.getElement(int j) |
RepositoryElement |
CanonicalSetFrame.poll()
Retrieves and removes the first RepositoryElement in this set, or null if this queue is empty.
|
RepositoryElement |
CanonicalSetFrame.removeElement(int k) |
RepositoryElement |
CanonicalSetFrame.CanonicalSetTableModel.removeElement(int k) |
RepositoryElement |
CanonicalSetFrame.setElement(int k,
RepositoryElement elem) |
RepositoryElement |
CanonicalSetFrame.CanonicalSetTableModel.setElement(int k,
RepositoryElement elem) |
Modifier and Type | Method and Description |
---|---|
void |
CanonicalSetFrame.CanonicalSetTableModel.addElementIntoSet(int j,
RepositoryElement elem) |
void |
CanonicalSetFrame.addElementToSet(int j,
RepositoryElement elem) |
boolean |
CanonicalSetFrame.addElementToSet(RepositoryElement elem) |
boolean |
CanonicalSetFrame.CanonicalSetTableModel.addElementToSet(RepositoryElement elem) |
void |
CanonicalSetFrame.offer(RepositoryElement elem)
Inserts the specified RepositoryElement at the end of this set.
|
RepositoryElement |
CanonicalSetFrame.setElement(int k,
RepositoryElement elem) |
RepositoryElement |
CanonicalSetFrame.CanonicalSetTableModel.setElement(int k,
RepositoryElement elem) |
Modifier and Type | Method and Description |
---|---|
RepositoryElement |
GridElementStorage.getChildGridElement(int k)
Returns a RepositoryElement for the storage of the indicated child GridElementStorage.
|
RepositoryElement |
GridElementDOM.getChildGridElement(int k) |
RepositoryElement |
GridElementXML.getChildGridElement(int k) |
RepositoryElement |
GridElementStorage.getCoordinateRepositoryElement()
Gets the vertices storage for this GridElementStorage.
|
RepositoryElement |
GridElementDOM.getCoordinateRepositoryElement() |
RepositoryElement |
GridElementXML.getCoordinateRepositoryElement() |
Modifier and Type | Method and Description |
---|---|
void |
GridElementStorage.addChildGridElement(RepositoryElement elem)
Adds the specified child GridElementStorage to this storage.
|
void |
GridElementDOM.addChildGridElement(RepositoryElement elem) |
void |
GridElementXML.addChildGridElement(RepositoryElement elem) |
void |
GridElementStorage.removeChildGridElement(RepositoryElement elem)
Removes the specified child GridElementStorage from this storage.
|
void |
GridElementDOM.removeChildGridElement(RepositoryElement elem) |
void |
GridElementXML.removeChildGridElement(RepositoryElement elem) |
void |
GridElementStorage.setCoordinateRepositoryElement(RepositoryElement elem)
Specifies vertices storage for this GridElementStorage.
|
void |
GridElementDOM.setCoordinateRepositoryElement(RepositoryElement elem) |
void |
GridElementXML.setCoordinateRepositoryElement(RepositoryElement elem) |
void |
GridElementStorage.setParentGridElement(RepositoryElement elem)
Sets the parent GridElementStorage
|
void |
GridElementDOM.setParentGridElement(RepositoryElement elem) |
void |
GridElementXML.setParentGridElement(RepositoryElement elem) |
Copyright © 2011, 2013. Daniel P. Dougherty