Package unbbayes.util.extension.bn.inference

Examples of unbbayes.util.extension.bn.inference.InferenceAlgorithmOptionPanel.revertChanges()


                    //by young end
                   
                    // reverting changes on algorithm plugins
                    InferenceAlgorithmOptionPanel selectedAlgorithmOptionPanel = getSelectedAlgorithmOptionPanel();
                    if (selectedAlgorithmOptionPanel != null) {
                      selectedAlgorithmOptionPanel.revertChanges();
                    }
                   
                    controller.getSingleEntityNetwork().setCreateLog(createLogBoolean);
                    repaint();
                }
View Full Code Here


                public void actionPerformed(ActionEvent e) {

                  // reverting changes on algorithm plugins
                    InferenceAlgorithmOptionPanel selectedAlgorithmOptionPanel = getSelectedAlgorithmOptionPanel();
                    if (selectedAlgorithmOptionPanel != null) {
                      selectedAlgorithmOptionPanel.revertChanges();
                    }
                   
                    setVisible(false);
                    dispose();
                    graph.update();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.