📄 editorframe.html
字号:
<TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#clear()">clear</A></B>()</CODE><BR> Clear the network screen.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#estimate_best_configuration_action()">estimate_best_configuration_action</A></B>()</CODE><BR> Produce the estimates for the best configuration.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#estimate_explanation_variables_action()">estimate_explanation_variables_action</A></B>()</CODE><BR> Estimate explanation variables.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> java.lang.String</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#get_current_save_filename()">get_current_save_filename</A></B>()</CODE><BR> Get the current filename for saving.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../InferenceGraphs/InferenceGraph.html" title="class in InferenceGraphs">InferenceGraph</A></CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#get_inference_graph()">get_inference_graph</A></B>()</CODE><BR> Get the InferenceGraph in the NetworkPanel.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#get_mode()">get_mode</A></B>()</CODE><BR> Return the mode.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#handleEvent(java.awt.Event)">handleEvent</A></B>(java.awt.Event evt)</CODE><BR> Handle the possible destruction of the window.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#open_url(java.lang.String)">open_url</A></B>(java.lang.String filename)</CODE><BR> Open a URL and read the network in it.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#open(java.lang.String)">open</A></B>(java.lang.String filename)</CODE><BR> Open a file and read the network in it.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#posterior_expectation_action()">posterior_expectation_action</A></B>()</CODE><BR> Inferences produce expectations.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#posterior_marginal_action()">posterior_marginal_action</A></B>()</CODE><BR> Inferences produce posterior marginals.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#print_bayes_net(java.io.PrintStream, InferenceGraphs.InferenceGraph)">print_bayes_net</A></B>(java.io.PrintStream pstream, <A HREF="../InferenceGraphs/InferenceGraph.html" title="class in InferenceGraphs">InferenceGraph</A> ig)</CODE><BR> Print the QuasiBayesNet in the InferenceGraph.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#print_expectation(java.io.PrintStream, InferenceGraphs.InferenceGraph, java.lang.String)">print_expectation</A></B>(java.io.PrintStream pstream, <A HREF="../InferenceGraphs/InferenceGraph.html" title="class in InferenceGraphs">InferenceGraph</A> ig, java.lang.String queried_variable)</CODE><BR> Compute and print a posterior expectation for the InferenceGraph.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#print_explanation(java.io.PrintStream, InferenceGraphs.InferenceGraph)">print_explanation</A></B>(java.io.PrintStream pstream, <A HREF="../InferenceGraphs/InferenceGraph.html" title="class in InferenceGraphs">InferenceGraph</A> ig)</CODE><BR> Compute and print an explanation for the InferenceGraph.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#print_full_explanation(java.io.PrintStream, InferenceGraphs.InferenceGraph)">print_full_explanation</A></B>(java.io.PrintStream pstream, <A HREF="../InferenceGraphs/InferenceGraph.html" title="class in InferenceGraphs">InferenceGraph</A> ig)</CODE><BR> Compute and print a full explanation for the InferenceGraph.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#print_marginal(java.io.PrintStream, InferenceGraphs.InferenceGraph, java.lang.String)">print_marginal</A></B>(java.io.PrintStream pstream, <A HREF="../InferenceGraphs/InferenceGraph.html" title="class in InferenceGraphs">InferenceGraph</A> ig, java.lang.String queried_variable)</CODE><BR> Compute and print a posterior marginal distribution for the InferenceGraph.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#print_sensitivity_analysis(java.io.PrintStream, InferenceGraphs.InferenceGraph)">print_sensitivity_analysis</A></B>(java.io.PrintStream pstream, <A HREF="../InferenceGraphs/InferenceGraph.html" title="class in InferenceGraphs">InferenceGraph</A> ig)</CODE><BR> Compute and print the metrics for sensitivity analysis of the InferenceGraph.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#process_query(InferenceGraphs.InferenceGraph, java.lang.String)">process_query</A></B>(<A HREF="../InferenceGraphs/InferenceGraph.html" title="class in InferenceGraphs">InferenceGraph</A> ig, java.lang.String queried_variable)</CODE><BR> Process a query.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#save()">save</A></B>()</CODE><BR> Save the network.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#save(java.lang.String)">save</A></B>(java.lang.String filename)</CODE><BR> Save the network.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#sensitivity_analysis_action()">sensitivity_analysis_action</A></B>()</CODE><BR> Produce the metrics for sensitivity analysis.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#set_algorithm(int)">set_algorithm</A></B>(int type)</CODE><BR> Set the algorithm type.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#set_current_save_filename(java.lang.String)">set_current_save_filename</A></B>(java.lang.String csf)</CODE><BR> Set the current filename for saving.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#set_edit_function_mode()">set_edit_function_mode</A></B>()</CODE><BR> Interact with menu options: edit function.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#set_edit_network_mode()">set_edit_network_mode</A></B>()</CODE><BR> Interact with menu options: edit network.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#set_edit_variable_mode()">set_edit_variable_mode</A></B>()</CODE><BR> Interact with menu options: edit variable.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#set_inference_graph(InferenceGraphs.InferenceGraph)">set_inference_graph</A></B>(<A HREF="../InferenceGraphs/InferenceGraph.html" title="class in InferenceGraphs">InferenceGraph</A> ig)</CODE><BR> Load an InferenceGraph.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#set_observe_mode()">set_observe_mode</A></B>()</CODE><BR> Interact with menu options: observe variables.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#set_query_mode()">set_query_mode</A></B>()</CODE><BR> Interact with menu options: queries are processed.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#set_save_format(int)">set_save_format</A></B>(int sf)</CODE><BR> Set the format for saving.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#what_to_show_bayesian_network_action(boolean)">what_to_show_bayesian_network_action</A></B>(boolean what_to_show_bayesian_network)</CODE><BR> Interact with menu options: whether to show bayesian networks.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../JavaBayesInterface/EditorFrame.html#what_to_show_bucket_tree_action(boolean)">what_to_show_bucket_tree_action</A></B>(boolean what_to_show_bucket_tree)</CODE><BR> Interact with menu options: whether to show BucketTree.</TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.awt.Frame"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.awt.Frame</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>addNotify, finalize, getAccessibleContext, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, paramString, remove, removeNotify, setCursor, setExtendedState, setIconImage, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated</CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.awt.Window"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.awt.Window</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getInputContext, getListeners, getLocale, getMostRecentFocusOwner, getOwnedWindows, getOwner, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindowStateListeners, hide, isActive, isFocusableWindow, isFocusCycleRoot, isFocused, isShowing, pack, postEvent, processEvent, processWindowEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, setCursor, setFocusableWindowState, setFocusCycleRoot, setLocationRelativeTo, show, toBack, toFront</CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.awt.Container"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.awt.Container</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>add, add, add, add, add, addContainerListener, addImpl, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, remove, removeAll, removeContainerListener, setFocusTraversalKeys, setFocusTraversalPolicy, setFont, setLayout, transferFocusBackward, transferFocusDownCycle, update, validate, validateTree</CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.awt.Component"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.awt.Component</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>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, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isOpaque, 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, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, size, toString, transferFocus, transferFocusUpCycle</CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.lang.Object</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.awt.MenuContainer"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from interface java.awt.MenuContainer</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>getFont, postEvent</CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Field Detail</B></FONT></TD></TR></TABLE><A NAME="scrollPanel"><!-- --></A><H3>scrollPanel</H3><PRE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -