Package unbbayes.controller.mebn

Examples of unbbayes.controller.mebn.IMEBNMediator


  /* (non-Javadoc)
   * @see unbbayes.gui.table.extension.IProbabilityFunctionPanelBuilder#buildProbabilityFunctionEditionPanel()
   */
  public JPanel buildProbabilityFunctionEditionPanel() {
    ContinuousResidentNode node = (ContinuousResidentNode) this.getProbabilityFunctionOwner();
    IMEBNMediator mediator = node.getMediator();
   
    mediator.setActiveResidentNode(node);
    mediator.getMebnEditionPane().setEditArgumentsTabActive(node);
    mediator.getMebnEditionPane().setArgumentTabActive();

    CRN_MEBNEditionPane ret = new CRN_MEBNEditionPane(
            mediator.getMebnEditionPane(),
            (MEBNController)mediator);
    ret.setResidentNodeTabActive(node);
   
    return ret;
  }
View Full Code Here

TOP

Related Classes of unbbayes.controller.mebn.IMEBNMediator

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.