HEADER

Uses of Class
biouml.model.DiagramImporter

Packages that use DiagramImporter
biouml.plugins.cellml 
biouml.plugins.ginsim 
biouml.plugins.sbml 
biouml.workbench.diagram 

Uses of DiagramImporter in biouml.plugins.cellml
 

Classes in biouml.plugins.cellml that implement DiagramImporter
class CellMLImporter
          
 

Uses of DiagramImporter in biouml.plugins.ginsim
 

Classes in biouml.plugins.ginsim that implement DiagramImporter
class GinMLImporter
          
 

Uses of DiagramImporter in biouml.plugins.sbml
 

Classes in biouml.plugins.sbml that implement DiagramImporter
class SbmlImporter
          
 

Uses of DiagramImporter in biouml.workbench.diagram
 

Methods in biouml.workbench.diagram that return DiagramImporter
static DiagramImporter[]DiagramImporterRegistry.getAutoDetectImporter(File file)
          
static DiagramImporterDiagramImporterRegistry.getImporter(File file, String format)
          Returns suitable importer for the specified file and format.
 


FOOTER

BOTTOM