HEADER

Uses of Class
biouml.model.ModuleType

Packages that use ModuleType
biouml.model 
biouml.plugins.cellml 
biouml.plugins.sbml 
biouml.standard 

Uses of ModuleType in biouml.model
 

Methods in biouml.model that return ModuleType
ModuleTypeModule.getType()
          
 

Uses of ModuleType in biouml.plugins.cellml
 

Classes in biouml.plugins.cellml that implement ModuleType
class CellMLModuleType
          Module type that process CellML 1.0 and 1.1 biochemical models.
 

Uses of ModuleType in biouml.plugins.sbml
 

Classes in biouml.plugins.sbml that implement ModuleType
class SbmlModuleType
          Module type that process SBML diagrams.
 

Uses of ModuleType in biouml.standard
 

Classes in biouml.standard that implement ModuleType
class StandardModuleType
          Definition of standard BioUML module.
 


FOOTER

BOTTOM