Uses of Class
unbbayes.util.extension.UnBBayesModule

Packages that use UnBBayesModule
unbbayes.controller   
unbbayes.gui   
unbbayes.io   
unbbayes.util.extension   
unbbayes.util.extension.builder   
 

Uses of UnBBayesModule in unbbayes.controller
 

Methods in unbbayes.controller that return UnBBayesModule
 UnBBayesModule MainController.loadNet(File file, UnBBayesModule moduleToUse)
          Loads the probabilistic network from both .net and .xml format, depending on the file's extension
 

Methods in unbbayes.controller with parameters of type UnBBayesModule
 UnBBayesModule MainController.loadNet(File file, UnBBayesModule moduleToUse)
          Loads the probabilistic network from both .net and .xml format, depending on the file's extension
 boolean MainController.saveNet(File file, UnBBayesModule moduleToUse)
          Saves the probabilistic network in both .net and .xml format, depending on the file's extension.
 

Uses of UnBBayesModule in unbbayes.gui
 

Subclasses of UnBBayesModule in unbbayes.gui
 class NetworkWindow
          Class responsible for representing the network window.
 

Methods in unbbayes.gui that return UnBBayesModule
 UnBBayesModule UnBBayesFrame.getUnBBayesModuleByPluginClass(Class clazz)
          Use the parameter "clazz" in order to instantiate a new UnBBayesModule (in this case, "clazz" must provide a default constructor) or as a UnBBayesModuleBuilder (which by UnBBayesModuleBuilder.buildUnBBayesModule() we get the proper UnBBayesModule).
 UnBBayesModule NetworkWindow.openFile(File file)
          Opens a new desktop window into currently used java desktop
 

Methods in unbbayes.gui that return types with arguments of type UnBBayesModule
 Map<String,UnBBayesModule> UnBBayesFrame.getUnBBayesModulesByFile(File file, Map<String,Class> plugins)
          Obtains all modules that can treat a specific file (it looks mainly at file extension) at loading time.
 

Methods in unbbayes.gui with parameters of type UnBBayesModule
 void UnBBayesFrame.addWindow(UnBBayesModule newModule)
          Adds a new window/module.
 

Uses of UnBBayesModule in unbbayes.io
 

Constructors in unbbayes.io with parameters of type UnBBayesModule
OwnerAwareFileExtensionIODelegator(UnBBayesModule module)
          Default constructor
 

Uses of UnBBayesModule in unbbayes.util.extension
 

Methods in unbbayes.util.extension that return UnBBayesModule
 UnBBayesModule UnBBayesModuleBuilder.buildUnBBayesModule()
          Obtains a new instance of UnBBayesModule
abstract  UnBBayesModule UnBBayesModule.openFile(File file)
          Loads a file into this window.
 

Uses of UnBBayesModule in unbbayes.util.extension.builder
 

Methods in unbbayes.util.extension.builder that return UnBBayesModule
 UnBBayesModule NetworkWindowBuilder.buildUnBBayesModule()
           
 



Copyright © 2001-2010 University of Brasilia - UnB. All Rights Reserved.