Package unbbayes.controller

Examples of unbbayes.controller.NetworkController


    if (getMediator() != null) {
      // Instantiate a new BN module
      bnModule = new NetworkWindow(ssbn.getNetwork());
     
      // extract controller from BN module
      NetworkController controller = bnModule.getController();
      dmp.setMediator(controller);
      controller.setInferenceAlgorithm(dmp);
     
      // Make sure the tree (JTree in the left side of compilation panel) is updated with the network changes, if there is any.
      controller.getScreen().getEvidenceTree().resetTree();
    }
   
    if (this.isToCompileFinalSSBN() ) {
     
      // this is the actual BN (i.e. SSBN) to compile
View Full Code Here

TOP

Related Classes of unbbayes.controller.NetworkController

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.