Package edu.gmu.seor.prognos.unbbayesplugin.cps.gui.unb

Examples of edu.gmu.seor.prognos.unbbayesplugin.cps.gui.unb.NetworkWindow


  /*
   * (non-Javadoc)
   * @see unbbayes.util.extension.bn.inference.ICompilationPanelBuilder#buildCompilationPanel(unbbayes.util.extension.bn.inference.IInferenceAlgorithm, unbbayes.controller.INetworkMediator)
   */
  public JComponent buildCompilationPanel(IInferenceAlgorithm algorithm, INetworkMediator mediator) {
    netWindow = new NetworkWindow((SingleEntityNetwork) algorithm.getNetwork());
    netWindow.getController().setInferenceAlgorithm(algorithm);
    netWindow.getController().setSingleEntityNetwork((SingleEntityNetwork) algorithm.getNetwork());
    netWindow.setVisible(false);
   
    //change to PNCompilationPane;
View Full Code Here

TOP

Related Classes of edu.gmu.seor.prognos.unbbayesplugin.cps.gui.unb.NetworkWindow

Copyright © 2018 www.massapicom. 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.