HEADER

Uses of Class
biouml.model.Module

Packages that use Module
biouml.model 
biouml.model.htmlgen 
biouml.model.util 
biouml.plugins.cellml 
biouml.plugins.ginsim 
biouml.plugins.sbml 
biouml.plugins.simulation.plot 
biouml.standard 
biouml.workbench 
biouml.workbench.diagram 
biouml.workbench.module 

Uses of Module in biouml.model
 

Methods in biouml.model that return Module
static ModuleModule.getModule(DataElement element)
          
ModuleModuleType.createModule(Repository parent, String name)
          Creates empty module with initialised internal structure.
 

Methods in biouml.model with parameters of type Module
voidDiagramImporter.doImport(Module module, File file, String diagramName)
          Imports diagram from the spcified file into the specified module.
 

Uses of Module in biouml.model.htmlgen
 

Constructors in biouml.model.htmlgen with parameters of type Module
GenerateHTMLDialog.GenerateHTMLDialog(JDialog dialog, String title, Module module, Diagram diagram)
          
GenerateHTMLDialog.GenerateHTMLDialog(JFrame frame, String title, Module module, Diagram diagram)
          
 

Uses of Module in biouml.model.util
 

Methods in biouml.model.util that return Module
ModuleModuleActivator.createModule(JDialog owner, Repository parent, JarFile moduleFile, String classpath, Category cat, CreateDataCollectionController controller)
          Creates the module with initialised internal structure from moduleFile .
 

Methods in biouml.model.util with parameters of type Module
DiagramDiagramXmlReader.read(DataCollection origin, Module module)
          
voidDiagramXmlWriter.write(Diagram sourceDiagram, Module module, Transformer transformer)
          
voidDiagramXmlWriter.write(Diagram sourceDiagram, Module module)
          
static voidModulePackager.exportModule(Module module, String moduleName, String moduleVersion, String moduleDescription, String filename, FunctionJobControl jobControl, Set excludedNames)
          Export the specified module into distributive file.
 

Uses of Module in biouml.plugins.cellml
 

Methods in biouml.plugins.cellml that return Module
ModuleCellMLModuleType.createModule(Repository parent, String name)
          
 

Methods in biouml.plugins.cellml with parameters of type Module
voidCellMLImporter.doImport(Module module, File file, String diagramName)
          
DiagramCellMLModelReader.read(DataCollection origin, Module module)
          
 

Uses of Module in biouml.plugins.ginsim
 

Methods in biouml.plugins.ginsim with parameters of type Module
voidGinMLImporter.doImport(Module module, File file, String diagramName)
          
 

Uses of Module in biouml.plugins.sbml
 

Methods in biouml.plugins.sbml that return Module
ModuleSbmlModuleType.createModule(Repository parent, String name)
          
 

Methods in biouml.plugins.sbml with parameters of type Module
voidSbmlImporter.doImport(Module module, File file, String diagramName)
          
 

Uses of Module in biouml.plugins.simulation.plot
 

Constructors in biouml.plugins.simulation.plot with parameters of type Module
PlotDialog.PlotDialog(JFrame frame, Module module, Plot plot)
          
PlotDialog.PlotDialog(JFrame frame, Module module, SimulationResult result)
          
PlotEx.PlotEx(Module module, Plot plot)
          
PlotEx.PlotEx(Module module, SimulationResult result)
          
 

Methods in biouml.plugins.simulation.plot that return Module
ModulePlotEx.getModule()
          
 

Uses of Module in biouml.standard
 

Methods in biouml.standard that return Module
ModuleStandardModuleActivator.createModule(JDialog parentWindow, Repository parent, JarFile moduleFile, String classpath, Category cat, CreateDataCollectionController controller)
          Creates the module with initialised internal structure from moduleFile .
ModuleStandardModuleType.createModule(Repository parent, String name)
          
 

Uses of Module in biouml.workbench
 

Methods in biouml.workbench with parameters of type Module
voidBioUMLApplication.newDiagram(Module module)
          
 

Uses of Module in biouml.workbench.diagram
 

Constructors in biouml.workbench.diagram with parameters of type Module
ImportDiagramDialog.ImportDiagramDialog(Module module)
          
NewDiagramDialog.NewDiagramDialog(JFrame frame, String title, DataCollection repository, Module module)
          
 

Uses of Module in biouml.workbench.module
 

Constructors in biouml.workbench.module with parameters of type Module
ModuleExportDialog.ModuleExportDialog(JDialog dialog, String title, Module module)
          
ModuleExportDialog.ModuleExportDialog(JFrame frame, String title, Module module)
          
 


FOOTER

BOTTOM