Package de.fzi.herakles.commons.reasoner

Examples of de.fzi.herakles.commons.reasoner.ReasonerRegistry.clear()


    Window f = (Window) SwingUtilities.getAncestorOfClass(Window.class, this);
    File file = UIUtil.openFile(f, "load the configuration", extensions)
    if(file != null){
      config.reloadRemoteReasonerConfiguration(file);
      ReasonerRegistry registry = HeraklesManager.getReasonerRegistry();
      registry.clear();
      updateAvailableReasonerPanel();
    }
   
  }
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.