public class MCMCRunFrame extends javax.swing.JFrame implements MCMCRunStorage, GraphicalRepositoryEditor
javax.swing.JFrame.AccessibleJFramejava.awt.Window.AccessibleAWTWindow, java.awt.Window.TypeaccessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabledCROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSORBOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT| Constructor and Description |
|---|
MCMCRunFrame() |
| 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)
Adds a listener to the list that's notified each time a change to the repository occurs.
|
void |
advanceMCMCRunState() |
void |
afterCopyStorage() |
void |
afterTransferStorage() |
void |
beforeCopyStorage() |
void |
beforeTransferStorage() |
void |
copyStorage(RepositoryStorage x) |
void |
copyStorageCommands(RepositoryStorage x) |
void |
fireRepositoryChanged(RepositoryEvent ev)
Forwards the given notification event to all RepositoryListeners that registered themselves as listeners for this object.
|
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.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 k) |
void |
removeDelegateState(java.lang.String state) |
void |
removeParameterBlock(int index) |
void |
removeParameterBlockParameter(int index,
java.lang.String pname) |
void |
removeRepositoryListener(RepositoryListener l)
Removes a listener from the list that's notified each time a change to the repository occurs.
|
void |
restartUsingParametersFrom(DblParamSet par)
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 c) |
void |
setCreatedBy(java.lang.String c) |
void |
setCreatedOn(java.lang.String c) |
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 |
setEditable(boolean c) |
void |
setEnabled(java.lang.String c)
Sets the enabled state of the (possibly remote) storage instance.
|
void |
setIsPriorFlat(java.lang.String bool) |
void |
setIsProposalSymmetric(java.lang.String bool) |
void |
setIsStateLocked(java.lang.String boole) |
void |
setIsStillRunning(java.lang.String boole) |
void |
setMaximumIterationNumber(java.lang.String v) |
void |
setMCMCRunIdentifier(java.lang.String sampler) |
void |
setMCMCRunState(java.lang.String s) |
void |
setMCMCSamplerRepositoryElement(RepositoryElement elem) |
void |
setNickname(java.lang.String c)
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 bool) |
void |
setRecordParameterTrace(java.lang.String bool) |
void |
setReferenceParameterRepositoryElement(RepositoryElement elem) |
void |
setReferenceParametersFrom(DblParamSet P) |
void |
setReferenceParametersFrom(ParameterSetStorage P) |
void |
setRejectCount(java.lang.String v) |
void |
setRepository(java.lang.String s) |
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 s) |
void |
transferStorageCommands(RepositoryStorage s) |
addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setIconImage, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, updateaddNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setBackground, setCursor, setExtendedState, setMaximizedBounds, setMenuBar, setOpacity, setResizable, setShape, setState, setTitle, setUndecoratedaddPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBackground, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getIconImages, getInputContext, getListeners, getLocale, getModalExclusionType, getMostRecentFocusOwner, getOpacity, getOwnedWindows, getOwner, getOwnerlessWindows, getShape, getToolkit, getType, getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, getWindowStateListeners, hide, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, isAutoRequestFocus, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isOpaque, isShowing, isValidateRoot, pack, paint, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setAutoRequestFocus, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImages, setLocation, setLocation, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setSize, setSize, setType, setVisible, show, toBack, toFrontadd, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusDownCycle, validate, validateTreeaction, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resize, resize, revalidate, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setMaximumSize, setName, setPreferredSize, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCyclepublic void addParameterBlock()
addParameterBlock in interface MCMCRunStoragepublic void addRepositoryListener(RepositoryListener l)
ReposConfigurableaddRepositoryListener in interface ReposConfigurableaddRepositoryListener in interface RepositoryStoragepublic void removeRepositoryListener(RepositoryListener l)
ReposConfigurableremoveRepositoryListener in interface ReposConfigurableremoveRepositoryListener in interface RepositoryStoragepublic void afterTransferStorage()
afterTransferStorage in interface RepositoryStorageTransferpublic void transferStorageCommands(RepositoryStorage s)
transferStorageCommands in interface RepositoryStorageTransferpublic void transferStorage(RepositoryStorage s)
transferStorage in interface RepositoryStorageTransferpublic java.lang.Class getDOMStorageClass()
getDOMStorageClass in interface DOMStorablepublic void fireRepositoryChanged(RepositoryEvent ev)
ReposConfigurablefireRepositoryChanged in interface ReposConfigurablepublic void setRepository(java.lang.String s)
setRepository in interface ReposConfigurablepublic 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 beforeTransferStorage()
beforeTransferStorage in interface RepositoryStorageTransferpublic java.lang.Class getDefaultGraphicalEditorClass()
getDefaultGraphicalEditorClass in interface RepositoryStoragepublic void setNickname(java.lang.String c)
RepositoryStoragesetNickname in interface RepositoryStoragepublic java.lang.String getNickname()
RepositoryStoragegetNickname in interface RepositoryStoragepublic void setEditable(boolean c)
public void setEnabled(java.lang.String c)
RepositoryStoragesetEnabled in interface RepositoryStoragepublic java.lang.String getEnabled()
RepositoryStoragegetEnabled in interface RepositoryStoragepublic void setComment(java.lang.String c)
setComment in interface RepositoryStoragepublic java.lang.String getComment()
RepositoryStoragegetComment in interface RepositoryStoragepublic void setCreatedBy(java.lang.String c)
setCreatedBy in interface RepositoryStoragepublic void setCreatedOn(java.lang.String c)
setCreatedOn in interface RepositoryStoragepublic java.lang.String getCreatedBy()
getCreatedBy in interface RepositoryStoragepublic java.lang.String getCreatedOn()
getCreatedOn in interface RepositoryStoragepublic int getParameterBlockCount()
getParameterBlockCount in interface MCMCRunStoragepublic java.lang.String getMCMCRunState()
getMCMCRunState in interface MCMCRunStoragepublic void setMCMCRunState(java.lang.String s)
setMCMCRunState in interface MCMCRunStoragepublic void advanceMCMCRunState()
advanceMCMCRunState 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 getShouldHalt()
getShouldHalt in interface MCMCRunStoragepublic void setShouldHalt(java.lang.String boole)
setShouldHalt in interface MCMCRunStoragepublic java.lang.String getShouldRollBack()
MCMCRunStoragegetShouldRollBack in interface MCMCRunStoragepublic void setShouldRollBack(java.lang.String boole)
MCMCRunStoragesetShouldRollBack 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 bool)
setIsPriorFlat in interface MCMCRunStoragepublic java.lang.String getIsPriorFlat()
getIsPriorFlat in interface MCMCRunStoragepublic void setIsProposalSymmetric(java.lang.String bool)
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 void insertParameterBlock(int k)
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 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 setReferenceParametersFrom(DblParamSet P)
setReferenceParametersFrom in interface MCMCRunStoragepublic void setReferenceParametersFrom(ParameterSetStorage P)
setReferenceParametersFrom 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 void initialize()
initialize in interface MCMCRunStoragepublic ProposalDistributionStorage getProposalDistributionStorage()
getProposalDistributionStorage in interface MCMCRunStoragepublic void setMCMCSamplerRepositoryElement(RepositoryElement elem)
setMCMCSamplerRepositoryElement in interface MCMCRunStoragepublic RepositoryElement getMCMCSamplerRepositoryElement()
getMCMCSamplerRepositoryElement in interface MCMCRunStoragepublic void setReferenceParameterRepositoryElement(RepositoryElement elem)
setReferenceParameterRepositoryElement in interface MCMCRunStoragepublic RepositoryElement getReferenceParameterRepositoryElement()
getReferenceParameterRepositoryElement in interface MCMCRunStoragepublic void setPreviousParameterRepositoryElement(RepositoryElement elem)
setPreviousParameterRepositoryElement in interface MCMCRunStoragepublic RepositoryElement getPreviousParameterRepositoryElement()
getPreviousParameterRepositoryElement in interface MCMCRunStoragepublic void setPreviousObjectRepositoryElement(RepositoryElement elem)
setPreviousObjectRepositoryElement in interface MCMCRunStoragepublic RepositoryElement getPreviousObjectRepositoryElement()
getPreviousObjectRepositoryElement in interface MCMCRunStoragepublic void restartUsingParametersFrom(ParameterSetStorage stor)
restartUsingParametersFrom in interface MCMCRunStoragepublic double getRejectFraction()
getRejectFraction in interface MCMCRunStoragepublic void stop()
stop in interface MCMCRunStoragepublic void start()
start in interface MCMCRunStoragepublic void restartUsingParametersFrom(DblParamSet par)
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 getProposalDistributionRepositoryElement()
getProposalDistributionRepositoryElement in interface MCMCRunStoragepublic void setProposalDistributionRepositoryElement(RepositoryElement elem)
setProposalDistributionRepositoryElement 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 java.lang.String getRecordObjectTrace()
getRecordObjectTrace in interface MCMCRunStoragepublic void setRecordObjectTrace(java.lang.String bool)
setRecordObjectTrace in interface MCMCRunStoragepublic java.lang.String getRecordParameterTrace()
getRecordParameterTrace in interface MCMCRunStoragepublic void setRecordParameterTrace(java.lang.String bool)
setRecordParameterTrace 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 MCMCRunStoragepublic java.util.Vector getDelegateStates()
getDelegateStates in interface MCMCRunStorageCopyright © 2011, 2013. Daniel P. Dougherty