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

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


   
  }

  public void showExplanationProperties(ProbabilisticNode node) {
    screen.setCursor(new Cursor(Cursor.WAIT_CURSOR));
    ExplanationProperties explanation = new ExplanationProperties(screen,
        singleEntityNetwork);
    explanation.setProbabilisticNode(node);
    explanation.setVisible(true);
    screen.setCursor(new Cursor(Cursor.DEFAULT_CURSOR));
  }
View Full Code Here

TOP

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

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.