public class MCMCRunPanel extends javax.swing.JPanel implements MCMCRunStorage
javax.swing.JPanel.AccessibleJPaneljavax.swing.JComponent.AccessibleJComponent| Modifier and Type | Field and Description |
|---|---|
protected MCMCConfig |
Config |
protected MCMCStorageConnectivity |
Connection |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW| Constructor and Description |
|---|
MCMCRunPanel() |
MCMCRunPanel(MCMCStorage stor)
Allows for the panel to associate with the given MCMCStorage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDelegateState(java.lang.String state) |
void |
addParameterBlock() |
void |
addParameterBlockParameter(int index,
java.lang.String pname) |
void |
addRepositoryListener(RepositoryListener l) |
void |
advanceMCMCRunState() |
void |
afterCopyStorage() |
void |
afterTransferStorage() |
void |
beforeCopyStorage() |
void |
beforeTransferStorage() |
void |
copyStorage(RepositoryStorage x) |
void |
copyStorageCommands(RepositoryStorage x) |
void |
fireRepositoryChanged(RepositoryEvent ev) |
java.lang.String |
getAcceptCount() |
RepositoryElement |
getALIKERepositoryElement() |
RepositoryElement |
getAPRIORRepositoryElement() |
RepositoryElement |
getAPROPRepositoryElement() |
RepositoryElement |
getBLIKERepositoryElement() |
RepositoryElement |
getBPRIORRepositoryElement() |
RepositoryElement |
getBPROPRepositoryElement() |
RepositoryElement |
getCandidateObjectRepositoryElement() |
RepositoryElement |
getCandidateParameterRepositoryElement() |
ParameterSetStorage |
getCandidateParameterStorage()
Returns the repository storage for the candidate parameters of this
run.
|
java.lang.String |
getComment()
Gets the descriptive comment for this Wedge inverse problem as a whole.
|
java.lang.String |
getCreatedBy() |
java.lang.String |
getCreatedOn() |
java.lang.String |
getCurrentAlpha() |
java.lang.String |
getCurrentIterationNumber() |
java.lang.String |
getCurrentLinkCount()
Link count is used to name the parameter storages of the trace for example.
|
java.lang.String |
getCurrentParameterBlockCycleNumber() |
java.lang.String |
getCurrentParameterBlockIndex() |
java.lang.Class |
getDefaultGraphicalEditorClass() |
java.util.Vector |
getDelegateStates() |
java.lang.Class |
getDOMStorageClass() |
java.lang.String |
getEnabled()
Gets the state of the (possibly remote) storage.
|
java.lang.String |
getIsPriorFlat() |
java.lang.String |
getIsProposalSymmetric() |
java.lang.String |
getIsStateLocked() |
java.lang.String |
getIsStillRunning() |
java.lang.String |
getMaximumIterationNumber() |
java.lang.String |
getMCMCRunIdentifier() |
java.lang.String |
getMCMCRunState() |
RepositoryElement |
getMCMCSamplerRepositoryElement() |
ParameterSetStorage |
getMixingParameterStorage()
Returns the repository storage for the mixing parameters of this run's
proposal distribution.
|
java.lang.String |
getNickname()
Gets the project name for this Wedge inverse problem.
|
RepositoryElement |
getObjectTraceRepositoryElement() |
int |
getParameterBlockCount() |
java.lang.String |
getParameterBlockName(int index) |
java.lang.String |
getParameterBlockNumberOfCycles(int index) |
java.util.Vector |
getParameterBlockParameters(int index) |
RepositoryElement |
getParameterTraceRepositoryElement() |
RepositoryElement |
getParentMCMCRepositoryElement() |
RepositoryElement |
getPreviousObjectRepositoryElement() |
RepositoryElement |
getPreviousParameterRepositoryElement() |
ParameterSetStorage |
getPreviousParameterStorage()
Returns the repository storage for the previous parameters of this
run.
|
RepositoryElement |
getProposalDistributionRepositoryElement() |
ProposalDistributionStorage |
getProposalDistributionStorage()
Returns the repository storage for the proposal distribution of this run.
|
java.lang.String |
getRecordObjectTrace() |
java.lang.String |
getRecordParameterTrace() |
RepositoryElement |
getReferenceParameterRepositoryElement() |
ParameterSetStorage |
getReferenceParameterStorage()
Returns the repository storage for the reference parameters of this
run.
|
java.lang.String |
getRejectCount() |
double |
getRejectFraction() |
java.lang.String |
getShouldHalt() |
java.lang.String |
getShouldRollBack()
Returns boolean indication of whether a roll back of the most recent
iteration or proposal should occur.
|
java.lang.Class |
getStorageTransferAgentClass() |
java.lang.String |
hasDelegateState(java.lang.String state) |
void |
holdParameterFixed(java.lang.String pname)
Removes the named parameter from every parameter block.
|
void |
initialize() |
void |
insertParameterBlock(int j) |
void |
removeDelegateState(java.lang.String state) |
void |
removeParameterBlock(int index) |
void |
removeParameterBlockParameter(int index,
java.lang.String pname) |
void |
removeRepositoryListener(RepositoryListener l) |
void |
restartUsingParametersFrom(DblParamSet params)
Restarts the chain with a new candidate parameter set copied from the values in the given
DblParamSet.
|
void |
restartUsingParametersFrom(ParameterSetStorage stor)
Restarts the chain with a new candidate parameter set copied from the values in the given
parameter storage.
|
void |
setAcceptCount(java.lang.String v) |
void |
setALIKERepositoryElement(RepositoryElement elem) |
void |
setAPRIORRepositoryElement(RepositoryElement elem) |
void |
setAPROPRepositoryElement(RepositoryElement elem) |
void |
setBLIKERepositoryElement(RepositoryElement elem) |
void |
setBPRIORRepositoryElement(RepositoryElement elem) |
void |
setBPROPRepositoryElement(RepositoryElement elem) |
void |
setCandidateObjectRepositoryElement(RepositoryElement elem) |
void |
setCandidateParameterRepositoryElement(RepositoryElement elem) |
void |
setComment(java.lang.String txt) |
void |
setCreatedBy(java.lang.String txt) |
void |
setCreatedOn(java.lang.String txt) |
void |
setCurrentAlpha(java.lang.String prob) |
void |
setCurrentIterationNumber(java.lang.String v) |
void |
setCurrentLinkCount(java.lang.String v) |
void |
setCurrentParameterBlockCycleNumber(java.lang.String x) |
void |
setCurrentParameterBlockIndex(java.lang.String x) |
void |
setDockedToParent(boolean x) |
void |
setEditable(boolean b)
Toggles the editability of the MCMCRun panel.
|
void |
setEnabled(java.lang.String n)
Sets the enabled state of the (possibly remote) storage instance.
|
void |
setIsPriorFlat(java.lang.String b) |
void |
setIsProposalSymmetric(java.lang.String b) |
void |
setIsStateLocked(java.lang.String boole) |
void |
setIsStillRunning(java.lang.String boole) |
void |
setMaximumIterationNumber(java.lang.String v) |
void |
setMCMCRunIdentifier(java.lang.String sampler)
Sets a "unique" nickname modifier so that particualr storage instances are associated
with this optimization stream.
|
void |
setMCMCRunState(java.lang.String s) |
void |
setMCMCSamplerRepositoryElement(RepositoryElement elem) |
void |
setNickname(java.lang.String txt)
Sets the project name for this Wedge inverse problem.
|
void |
setObjectTraceRepositoryElement(RepositoryElement elem) |
void |
setParameterBlockName(int index,
java.lang.String name) |
void |
setParameterBlockNumberOfCycles(int index,
java.lang.String num) |
void |
setParameterTraceRepositoryElement(RepositoryElement elem) |
void |
setParentMCMCRepositoryElement(RepositoryElement elem) |
void |
setPreviousObjectRepositoryElement(RepositoryElement elem) |
void |
setPreviousParameterRepositoryElement(RepositoryElement elem) |
void |
setProposalDistributionRepositoryElement(RepositoryElement elem) |
void |
setRecordObjectTrace(java.lang.String siz) |
void |
setRecordParameterTrace(java.lang.String siz) |
void |
setReferenceParameterRepositoryElement(RepositoryElement elem) |
void |
setReferenceParametersFrom(DblParamSet P) |
void |
setReferenceParametersFrom(ParameterSetStorage P) |
void |
setRejectCount(java.lang.String v) |
void |
setRepository(java.lang.String repos) |
void |
setShouldHalt(java.lang.String boole) |
void |
setShouldRollBack(java.lang.String boole)
Sets boolean indication of whether a roll back of the most recent
iteration or proposal should occur.
|
void |
start()
Attempts to start run.
|
void |
stop()
Attempts to stop run.
|
void |
transferStorage(RepositoryStorage that) |
void |
transferStorageCommands(RepositoryStorage X) |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUIaddAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingOrigin, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, updateadd, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusDownCycle, validate, validateTreeaction, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycleprotected MCMCStorageConnectivity Connection
protected MCMCConfig Config
public MCMCRunPanel()
public MCMCRunPanel(MCMCStorage stor)
public void setDockedToParent(boolean x)
public java.util.Vector getParameterBlockParameters(int index)
getParameterBlockParameters in interface MCMCRunStoragepublic void addParameterBlockParameter(int index,
java.lang.String pname)
addParameterBlockParameter in interface MCMCRunStoragepublic void removeParameterBlockParameter(int index,
java.lang.String pname)
removeParameterBlockParameter in interface MCMCRunStoragepublic void setRepository(java.lang.String repos)
public void fireRepositoryChanged(RepositoryEvent ev)
public void transferStorageCommands(RepositoryStorage X)
transferStorageCommands in interface RepositoryStorageTransferpublic java.lang.Class getDOMStorageClass()
getDOMStorageClass in interface DOMStorablepublic java.lang.Class getStorageTransferAgentClass()
public void transferStorage(RepositoryStorage that)
transferStorage in interface RepositoryStorageTransferpublic void afterTransferStorage()
afterTransferStorage in interface RepositoryStorageTransferpublic void beforeTransferStorage()
beforeTransferStorage in interface RepositoryStorageTransferpublic void beforeCopyStorage()
beforeCopyStorage in interface RepositoryStorageTransferpublic void afterCopyStorage()
afterCopyStorage in interface RepositoryStorageTransferpublic void copyStorageCommands(RepositoryStorage x)
copyStorageCommands in interface RepositoryStorageTransferpublic void copyStorage(RepositoryStorage x)
copyStorage in interface RepositoryStorageTransferpublic void addRepositoryListener(RepositoryListener l)
addRepositoryListener in interface RepositoryStoragepublic void removeRepositoryListener(RepositoryListener l)
removeRepositoryListener in interface RepositoryStoragepublic void setEditable(boolean b)
public void setEnabled(java.lang.String n)
RepositoryStoragesetEnabled in interface RepositoryStoragepublic java.lang.Class getDefaultGraphicalEditorClass()
getDefaultGraphicalEditorClass in interface RepositoryStoragepublic java.lang.String getEnabled()
RepositoryStoragegetEnabled in interface RepositoryStoragepublic void setComment(java.lang.String txt)
setComment in interface RepositoryStoragepublic java.lang.String getComment()
RepositoryStoragegetComment in interface RepositoryStoragepublic void setCreatedOn(java.lang.String txt)
setCreatedOn in interface RepositoryStoragepublic java.lang.String getCreatedOn()
getCreatedOn in interface RepositoryStoragepublic void setCreatedBy(java.lang.String txt)
setCreatedBy in interface RepositoryStoragepublic java.lang.String getCreatedBy()
getCreatedBy in interface RepositoryStoragepublic void setNickname(java.lang.String txt)
RepositoryStoragesetNickname in interface RepositoryStoragepublic java.lang.String getNickname()
RepositoryStoragegetNickname in interface RepositoryStoragepublic java.lang.String getMCMCRunState()
getMCMCRunState in interface MCMCRunStoragepublic void setMCMCRunState(java.lang.String s)
setMCMCRunState in interface MCMCRunStoragepublic void advanceMCMCRunState()
advanceMCMCRunState in interface MCMCRunStoragepublic ParameterSetStorage getReferenceParameterStorage()
getReferenceParameterStorage in interface MCMCRunStoragepublic ParameterSetStorage getPreviousParameterStorage()
getPreviousParameterStorage in interface MCMCRunStoragepublic ParameterSetStorage getCandidateParameterStorage()
getCandidateParameterStorage in interface MCMCRunStoragepublic ParameterSetStorage getMixingParameterStorage()
getMixingParameterStorage in interface MCMCRunStoragepublic ProposalDistributionStorage getProposalDistributionStorage()
getProposalDistributionStorage in interface MCMCRunStoragepublic void initialize()
initialize in interface MCMCRunStoragepublic void setMCMCRunIdentifier(java.lang.String sampler)
setMCMCRunIdentifier in interface MCMCRunStoragepublic java.lang.String getMCMCRunIdentifier()
getMCMCRunIdentifier in interface MCMCRunStoragepublic java.lang.String getIsStillRunning()
getIsStillRunning in interface MCMCRunStoragepublic void setIsStillRunning(java.lang.String boole)
setIsStillRunning in interface MCMCRunStoragepublic java.lang.String getIsStateLocked()
getIsStateLocked in interface MCMCRunStoragepublic void setIsStateLocked(java.lang.String boole)
setIsStateLocked in interface MCMCRunStoragepublic java.lang.String getShouldRollBack()
MCMCRunStoragegetShouldRollBack in interface MCMCRunStoragepublic void setShouldRollBack(java.lang.String boole)
MCMCRunStoragesetShouldRollBack in interface MCMCRunStoragepublic java.lang.String getShouldHalt()
getShouldHalt in interface MCMCRunStoragepublic void setShouldHalt(java.lang.String boole)
setShouldHalt in interface MCMCRunStoragepublic java.lang.String getCurrentIterationNumber()
getCurrentIterationNumber in interface MCMCRunStoragepublic void setCurrentIterationNumber(java.lang.String v)
setCurrentIterationNumber in interface MCMCRunStoragepublic java.lang.String getCurrentLinkCount()
MCMCRunStoragegetCurrentLinkCount in interface MCMCRunStoragepublic void setCurrentLinkCount(java.lang.String v)
setCurrentLinkCount in interface MCMCRunStoragepublic java.lang.String getCurrentAlpha()
getCurrentAlpha in interface MCMCRunStoragepublic void setCurrentAlpha(java.lang.String prob)
setCurrentAlpha in interface MCMCRunStoragepublic java.lang.String getMaximumIterationNumber()
getMaximumIterationNumber in interface MCMCRunStoragepublic void setMaximumIterationNumber(java.lang.String v)
setMaximumIterationNumber in interface MCMCRunStoragepublic java.lang.String getRejectCount()
getRejectCount in interface MCMCRunStoragepublic void setRejectCount(java.lang.String v)
setRejectCount in interface MCMCRunStoragepublic java.lang.String getAcceptCount()
getAcceptCount in interface MCMCRunStoragepublic void setAcceptCount(java.lang.String v)
setAcceptCount in interface MCMCRunStoragepublic void setIsPriorFlat(java.lang.String b)
setIsPriorFlat in interface MCMCRunStoragepublic java.lang.String getIsPriorFlat()
getIsPriorFlat in interface MCMCRunStoragepublic void setIsProposalSymmetric(java.lang.String b)
setIsProposalSymmetric in interface MCMCRunStoragepublic java.lang.String getIsProposalSymmetric()
getIsProposalSymmetric in interface MCMCRunStoragepublic void holdParameterFixed(java.lang.String pname)
holdParameterFixed in interface MCMCRunStoragepublic java.lang.String getCurrentParameterBlockIndex()
getCurrentParameterBlockIndex in interface MCMCRunStoragepublic void setCurrentParameterBlockIndex(java.lang.String x)
setCurrentParameterBlockIndex in interface MCMCRunStoragepublic int getParameterBlockCount()
getParameterBlockCount in interface MCMCRunStoragepublic void addParameterBlock()
addParameterBlock in interface MCMCRunStoragepublic void insertParameterBlock(int j)
insertParameterBlock in interface MCMCRunStoragepublic void removeParameterBlock(int index)
removeParameterBlock in interface MCMCRunStoragepublic void setParameterBlockName(int index,
java.lang.String name)
setParameterBlockName in interface MCMCRunStoragepublic java.lang.String getParameterBlockName(int index)
getParameterBlockName in interface MCMCRunStoragepublic java.lang.String getParameterBlockNumberOfCycles(int index)
getParameterBlockNumberOfCycles in interface MCMCRunStoragepublic void setParameterBlockNumberOfCycles(int index,
java.lang.String num)
setParameterBlockNumberOfCycles in interface MCMCRunStoragepublic void setMCMCSamplerRepositoryElement(RepositoryElement elem)
setMCMCSamplerRepositoryElement in interface MCMCRunStoragepublic RepositoryElement getMCMCSamplerRepositoryElement()
getMCMCSamplerRepositoryElement in interface MCMCRunStoragepublic void setPreviousParameterRepositoryElement(RepositoryElement elem)
setPreviousParameterRepositoryElement in interface MCMCRunStoragepublic RepositoryElement getPreviousParameterRepositoryElement()
getPreviousParameterRepositoryElement in interface MCMCRunStoragepublic void setReferenceParameterRepositoryElement(RepositoryElement elem)
setReferenceParameterRepositoryElement in interface MCMCRunStoragepublic RepositoryElement getReferenceParameterRepositoryElement()
getReferenceParameterRepositoryElement in interface MCMCRunStoragepublic void setPreviousObjectRepositoryElement(RepositoryElement elem)
setPreviousObjectRepositoryElement in interface MCMCRunStoragepublic RepositoryElement getPreviousObjectRepositoryElement()
getPreviousObjectRepositoryElement in interface MCMCRunStoragepublic void setReferenceParametersFrom(DblParamSet P)
setReferenceParametersFrom in interface MCMCRunStoragepublic void setReferenceParametersFrom(ParameterSetStorage P)
setReferenceParametersFrom in interface MCMCRunStoragepublic double getRejectFraction()
getRejectFraction in interface MCMCRunStoragepublic void stop()
stop in interface MCMCRunStoragepublic void start()
start in interface MCMCRunStoragepublic void restartUsingParametersFrom(DblParamSet params)
restartUsingParametersFrom in interface MCMCRunStoragepublic void restartUsingParametersFrom(ParameterSetStorage stor)
restartUsingParametersFrom in interface MCMCRunStoragepublic void setCandidateParameterRepositoryElement(RepositoryElement elem)
setCandidateParameterRepositoryElement in interface MCMCRunStoragepublic RepositoryElement getCandidateParameterRepositoryElement()
getCandidateParameterRepositoryElement in interface MCMCRunStoragepublic void setCandidateObjectRepositoryElement(RepositoryElement elem)
setCandidateObjectRepositoryElement in interface MCMCRunStoragepublic RepositoryElement getCandidateObjectRepositoryElement()
getCandidateObjectRepositoryElement in interface MCMCRunStoragepublic java.lang.String getCurrentParameterBlockCycleNumber()
getCurrentParameterBlockCycleNumber in interface MCMCRunStoragepublic void setCurrentParameterBlockCycleNumber(java.lang.String x)
setCurrentParameterBlockCycleNumber in interface MCMCRunStoragepublic RepositoryElement getAPROPRepositoryElement()
getAPROPRepositoryElement in interface MCMCRunStoragepublic RepositoryElement getBPROPRepositoryElement()
getBPROPRepositoryElement in interface MCMCRunStoragepublic RepositoryElement getAPRIORRepositoryElement()
getAPRIORRepositoryElement in interface MCMCRunStoragepublic RepositoryElement getBPRIORRepositoryElement()
getBPRIORRepositoryElement in interface MCMCRunStoragepublic RepositoryElement getALIKERepositoryElement()
getALIKERepositoryElement in interface MCMCRunStoragepublic RepositoryElement getBLIKERepositoryElement()
getBLIKERepositoryElement in interface MCMCRunStoragepublic void setAPROPRepositoryElement(RepositoryElement elem)
setAPROPRepositoryElement in interface MCMCRunStoragepublic void setBPROPRepositoryElement(RepositoryElement elem)
setBPROPRepositoryElement in interface MCMCRunStoragepublic void setAPRIORRepositoryElement(RepositoryElement elem)
setAPRIORRepositoryElement in interface MCMCRunStoragepublic void setBPRIORRepositoryElement(RepositoryElement elem)
setBPRIORRepositoryElement in interface MCMCRunStoragepublic void setALIKERepositoryElement(RepositoryElement elem)
setALIKERepositoryElement in interface MCMCRunStoragepublic void setBLIKERepositoryElement(RepositoryElement elem)
setBLIKERepositoryElement in interface MCMCRunStoragepublic RepositoryElement getParentMCMCRepositoryElement()
getParentMCMCRepositoryElement in interface MCMCRunStoragepublic void setParentMCMCRepositoryElement(RepositoryElement elem)
setParentMCMCRepositoryElement in interface MCMCRunStoragepublic RepositoryElement getParameterTraceRepositoryElement()
getParameterTraceRepositoryElement in interface MCMCRunStoragepublic void setParameterTraceRepositoryElement(RepositoryElement elem)
setParameterTraceRepositoryElement in interface MCMCRunStoragepublic RepositoryElement getObjectTraceRepositoryElement()
getObjectTraceRepositoryElement in interface MCMCRunStoragepublic void setObjectTraceRepositoryElement(RepositoryElement elem)
setObjectTraceRepositoryElement in interface MCMCRunStoragepublic RepositoryElement getProposalDistributionRepositoryElement()
getProposalDistributionRepositoryElement in interface MCMCRunStoragepublic void setProposalDistributionRepositoryElement(RepositoryElement elem)
setProposalDistributionRepositoryElement in interface MCMCRunStoragepublic void setRecordParameterTrace(java.lang.String siz)
setRecordParameterTrace in interface MCMCRunStoragepublic java.lang.String getRecordParameterTrace()
getRecordParameterTrace in interface MCMCRunStoragepublic void setRecordObjectTrace(java.lang.String siz)
setRecordObjectTrace in interface MCMCRunStoragepublic java.lang.String getRecordObjectTrace()
getRecordObjectTrace in interface MCMCRunStoragepublic java.util.Vector getDelegateStates()
getDelegateStates in interface MCMCRunStoragepublic java.lang.String hasDelegateState(java.lang.String state)
hasDelegateState in interface MCMCRunStoragepublic void addDelegateState(java.lang.String state)
addDelegateState in interface MCMCRunStoragepublic void removeDelegateState(java.lang.String state)
removeDelegateState in interface MCMCRunStorageCopyright © 2011, 2013. Daniel P. Dougherty